2010-10-14 09:09:31 -05:00
|
|
|
# Typically *NIX text editors, by default, append '~' to files on saving to make backups
|
|
|
|
*~
|
|
|
|
|
|
|
|
# Gradle work directory
|
2010-10-08 21:54:46 -05:00
|
|
|
.gradle
|
2010-10-14 09:09:31 -05:00
|
|
|
|
|
|
|
# Build output directies
|
2011-03-13 19:58:48 -05:00
|
|
|
/target
|
|
|
|
*/target
|
2013-11-11 20:54:24 +08:00
|
|
|
*/**/target
|
2011-03-13 19:58:48 -05:00
|
|
|
/build
|
|
|
|
*/build
|
2012-05-23 21:31:35 +08:00
|
|
|
testdb
|
2010-10-14 09:09:31 -05:00
|
|
|
|
|
|
|
# IntelliJ specific files/directories
|
2011-03-10 18:51:12 +00:00
|
|
|
out
|
2010-10-07 14:30:54 -05:00
|
|
|
.idea
|
|
|
|
*.ipr
|
|
|
|
*.iws
|
|
|
|
*.iml
|
|
|
|
atlassian-ide-plugin.xml
|
2010-10-14 09:09:31 -05:00
|
|
|
|
|
|
|
# Eclipse specific files/directories
|
2010-10-07 14:30:54 -05:00
|
|
|
.classpath
|
|
|
|
.project
|
|
|
|
.settings
|
2010-11-06 18:18:56 +01:00
|
|
|
.metadata
|
2011-03-09 10:29:47 -06:00
|
|
|
bin
|
2010-10-14 09:09:31 -05:00
|
|
|
|
|
|
|
# NetBeans specific files/directories
|
2010-10-07 14:30:54 -05:00
|
|
|
.nbattrs
|
2010-10-14 09:09:31 -05:00
|
|
|
|
|
|
|
# Miscellaneous
|
2010-10-07 14:30:54 -05:00
|
|
|
*.log
|
|
|
|
.clover
|
2015-05-05 17:49:00 +02:00
|
|
|
.DS_Store
|
2012-09-25 16:39:32 +02:00
|
|
|
|
|
|
|
# JBoss Transactions
|
|
|
|
ObjectStore
|
|
|
|
|
|
|
|
# Profiler and heap dumps
|
|
|
|
*.jps
|
|
|
|
*.hprof
|
2015-07-17 14:45:16 +02:00
|
|
|
/.nb-gradle/
|