Browse Source

add build,out to .gitignore

NorthLan 7 years ago
parent
commit
634fd45776
1 changed files with 4 additions and 4 deletions
  1. 4 4
      .gitignore

+ 4 - 4
.gitignore

@@ -142,13 +142,13 @@ logs/
 *.iml
 .idea/
 .gradle/
-/out/
+out/
 */out/
 
 
 # Gradle
-/build/
-*/build/
+data/
+build/
 
 # bus
 transaction-logs/
@@ -156,4 +156,4 @@ transaction-logs/
 *.lck
 
 /*.epoch
-/*.lck
+/*.lck