cicaprojekt/.gitignore

30 lines
258 B
Plaintext
Raw Normal View History

2016-03-22 20:36:28 +00:00
/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
2016-03-29 08:58:31 +00:00
out/*