2010-10-14 10:09:31 -04:00
|
|
|
# Typically *NIX text editors, by default, append '~' to files on saving to make backups
|
|
|
|
*~
|
|
|
|
|
2020-11-12 03:53:46 -05:00
|
|
|
# Gradle work directory and caches
|
2010-10-08 22:54:46 -04:00
|
|
|
.gradle
|
2020-11-12 03:53:46 -05:00
|
|
|
.gradletasknamecache
|
2010-10-14 10:09:31 -04:00
|
|
|
|
|
|
|
# Build output directies
|
2011-03-13 20:58:48 -04:00
|
|
|
/target
|
|
|
|
*/target
|
2013-11-11 07:54:24 -05:00
|
|
|
*/**/target
|
2011-03-13 20:58:48 -04:00
|
|
|
/build
|
|
|
|
*/build
|
2012-05-23 09:31:35 -04:00
|
|
|
testdb
|
2016-04-26 05:55:05 -04:00
|
|
|
lib
|
2010-10-14 10:09:31 -04:00
|
|
|
|
|
|
|
# IntelliJ specific files/directories
|
2011-03-10 13:51:12 -05:00
|
|
|
out
|
2010-10-07 15:30:54 -04:00
|
|
|
.idea
|
|
|
|
*.ipr
|
|
|
|
*.iws
|
|
|
|
*.iml
|
|
|
|
atlassian-ide-plugin.xml
|
2010-10-14 10:09:31 -04:00
|
|
|
|
|
|
|
# Eclipse specific files/directories
|
2010-10-07 15:30:54 -04:00
|
|
|
.classpath
|
|
|
|
.project
|
|
|
|
.settings
|
2010-11-06 13:18:56 -04:00
|
|
|
.metadata
|
2011-03-09 11:29:47 -05:00
|
|
|
bin
|
2010-10-14 10:09:31 -04:00
|
|
|
|
|
|
|
# NetBeans specific files/directories
|
2010-10-07 15:30:54 -04:00
|
|
|
.nbattrs
|
2010-10-14 10:09:31 -04:00
|
|
|
|
|
|
|
# Miscellaneous
|
2010-10-07 15:30:54 -04:00
|
|
|
*.log
|
|
|
|
.clover
|
2015-05-05 11:49:00 -04:00
|
|
|
.DS_Store
|
2012-09-25 10:39:32 -04:00
|
|
|
|
|
|
|
# JBoss Transactions
|
|
|
|
ObjectStore
|
|
|
|
|
|
|
|
# Profiler and heap dumps
|
|
|
|
*.jps
|
|
|
|
*.hprof
|
2016-02-18 04:16:46 -05:00
|
|
|
/.nb-gradle/
|
|
|
|
|
|
|
|
# Additional databases used in local envs
|
2016-02-25 03:48:45 -05:00
|
|
|
databases/mysql/
|
|
|
|
databases/postgis/
|
2018-07-05 10:12:56 -04:00
|
|
|
|
|
|
|
# Vim
|
|
|
|
*.swp
|
|
|
|
*.swo
|
|
|
|
|