Update gitignore.
This commit is contained in:
parent
f6fdb1871f
commit
4a5ac5ad58
1 changed files with 13 additions and 1 deletions
14
.gitignore
vendored
14
.gitignore
vendored
|
@ -1,3 +1,15 @@
|
|||
# OS specific files and folders
|
||||
.DS_Store
|
||||
|
||||
# Java specific files and folders
|
||||
bin
|
||||
/target/
|
||||
target
|
||||
|
||||
# Editor specific files and folders
|
||||
*~
|
||||
|
||||
# Project speicific files and folders
|
||||
*.map
|
||||
*.path
|
||||
Maps
|
||||
Paths
|
Loading…
Reference in a new issue