From 00b2a032469ec62ed41f25082f7ee6cee1d039b7 Mon Sep 17 00:00:00 2001 From: Timo Volkmann Date: Thu, 21 Mar 2019 18:44:41 +0100 Subject: [PATCH] updated gitignore --- .gitignore | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 6ec157c..9a4a0e0 100644 --- a/.gitignore +++ b/.gitignore @@ -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-*/