updated gitignore
This commit is contained in:
parent
3527ff69b3
commit
00b2a03246
9
.gitignore
vendored
9
.gitignore
vendored
@ -20,10 +20,9 @@
|
|||||||
.idea/**/uiDesigner.xml
|
.idea/**/uiDesigner.xml
|
||||||
.idea/**/dbnavigator.xml
|
.idea/**/dbnavigator.xml
|
||||||
labswp_2019_sose_geocaching.iml
|
labswp_2019_sose_geocaching.iml
|
||||||
.idea/modules
|
|
||||||
|
|
||||||
# public folder
|
# public folder
|
||||||
src/main/resources/public
|
src/main/resources/public/
|
||||||
|
|
||||||
|
|
||||||
# Gradle
|
# Gradle
|
||||||
@ -34,9 +33,9 @@ src/main/resources/public
|
|||||||
# When using Gradle or Maven with auto-import, you should exclude module files,
|
# 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
|
# since they will be recreated, and may cause churn. Uncomment if using
|
||||||
# auto-import.
|
# auto-import.
|
||||||
# .idea/modules.xml
|
.idea/modules.xml
|
||||||
# .idea/*.iml
|
.idea/*.iml
|
||||||
# .idea/modules
|
.idea/modules
|
||||||
|
|
||||||
# CMake
|
# CMake
|
||||||
cmake-build-*/
|
cmake-build-*/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user