ignore packed static files

This commit is contained in:
CDaut 2022-06-26 11:28:46 +02:00 committed by CDaut
parent c9e97da9e9
commit 0ac0cb7300
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View file

@ -284,3 +284,4 @@ fabric.properties
# Test blog posts
/markdownblog/mdfiles/*
/envvars.env
/markdownblog/static

1
.idea/mdblog.iml generated
View file

@ -17,6 +17,7 @@
<excludeFolder url="file://$MODULE_DIR$/venv" />
<excludeFolder url="file://$MODULE_DIR$/.idea/dataSources" />
<excludeFolder url="file://$MODULE_DIR$/.idea/sonarlint" />
<excludeFolder url="file://$MODULE_DIR$/markdownblog/static" />
</content>
<orderEntry type="jdk" jdkName="Python 3.10 (mdblog)" jdkType="Python SDK" />
<orderEntry type="sourceFolder" forTests="false" />