updated gitignore

This commit is contained in:
Timo Volkmann 2019-03-21 18:44:41 +01:00
parent 3527ff69b3
commit 00b2a03246

9
.gitignore vendored
View File

@ -20,10 +20,9 @@
.idea/**/uiDesigner.xml
.idea/**/dbnavigator.xml
labswp_2019_sose_geocaching.iml
.idea/modules
# public folder
src/main/resources/public
src/main/resources/public/
# Gradle
@ -34,9 +33,9 @@ src/main/resources/public
# When using Gradle or Maven with auto-import, you should exclude module files,
# since they will be recreated, and may cause churn. Uncomment if using
# auto-import.
# .idea/modules.xml
# .idea/*.iml
# .idea/modules
.idea/modules.xml
.idea/*.iml
.idea/modules
# CMake
cmake-build-*/