added .gitignore
This commit is contained in:
commit
13fd2e7d04
29
.gitignore
vendored
Normal file
29
.gitignore
vendored
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
/build/
|
||||||
|
/bin/
|
||||||
|
target/
|
||||||
|
.DS_Store
|
||||||
|
*.class
|
||||||
|
*.jar
|
||||||
|
*.war
|
||||||
|
*.ear
|
||||||
|
*.db
|
||||||
|
Thumbs.db
|
||||||
|
.DS_Store
|
||||||
|
.svn
|
||||||
|
.project
|
||||||
|
.metadata
|
||||||
|
*.tmp
|
||||||
|
*.bak
|
||||||
|
*.swp
|
||||||
|
*~.nib
|
||||||
|
*.iml
|
||||||
|
*.iws
|
||||||
|
local.properties
|
||||||
|
.classpath
|
||||||
|
.settings/
|
||||||
|
.loadpath
|
||||||
|
.externalToolBuilders/
|
||||||
|
*.launch
|
||||||
|
.cproject
|
||||||
|
.buildpath
|
||||||
|
.idea
|
Loading…
Reference in New Issue
Block a user