Browse Source

exclude data/ and src/main/resources/config/ in .gitignore

sunyj 8 years ago
parent
commit
04cb2c785d
1 changed files with 6 additions and 1 deletions
  1. 6 1
      .gitignore

+ 6 - 1
.gitignore

@@ -47,4 +47,9 @@ buildNumber.properties
 .mvn/timing.properties
 
 # Avoid ignoring Maven wrapper jar file (.jar files are usually ignored)
-!/.mvn/wrapper/maven-wrapper.jar
+!/.mvn/wrapper/maven-wrapper.jar
+
+# --------------------
+# Project
+data/
+src/main/resources/config/