first commit
This commit is contained in:
commit
b872accdab
1 changed files with 20 additions and 0 deletions
20
.gitignore
vendored
Normal file
20
.gitignore
vendored
Normal file
|
@ -0,0 +1,20 @@
|
|||
# OS specific files and folders
|
||||
.DS_Store
|
||||
|
||||
# Java specific files and folders
|
||||
bin
|
||||
target
|
||||
doc
|
||||
*.jar
|
||||
.settings
|
||||
.classpath
|
||||
|
||||
# Editor specific files and folders
|
||||
*~
|
||||
.project
|
||||
|
||||
# Project specific files and folders
|
||||
*.mapfg
|
||||
*.mapgr
|
||||
*.path
|
||||
*.tgz
|
Loading…
Reference in a new issue