diff --git a/.gitignore b/.gitignore index 507281e..3185a3b 100644 --- a/.gitignore +++ b/.gitignore @@ -2,15 +2,17 @@ save/ log/ - # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 +# To cover other IntelliJ folders&files +.idea/ +target/ + # User-specific stuff: .idea/**/workspace.xml .idea/**/tasks.xml .idea/dictionaries -.idea/ # Sensitive or high-churn files: .idea/**/dataSources/ diff --git a/clean.sh b/clean.sh index befecaf..a83b365 100755 --- a/clean.sh +++ b/clean.sh @@ -2,7 +2,7 @@ pwd=`pwd` -cd "./ressource" +cd "./ressources/" rm -v *.att *.tmp *.*dat cd "../log"