Browse Source

Update gitignore.

Holt59 6 years ago
parent
commit
4a5ac5ad58
1 changed files with 13 additions and 1 deletions
  1. 13
    1
      .gitignore

+ 13
- 1
.gitignore View File

1
+# OS specific files and folders
1
 .DS_Store
2
 .DS_Store
3
+
4
+# Java specific files and folders
2
 bin
5
 bin
3
-/target/
6
+target
7
+
8
+# Editor specific files and folders
9
+*~
10
+
11
+# Project speicific files and folders
12
+*.map
13
+*.path
14
+Maps
15
+Paths

Loading…
Cancel
Save