28 lines
309 B
Plaintext
28 lines
309 B
Plaintext
# Maven build folders
|
|
target/
|
|
|
|
# Ant build folders
|
|
build/
|
|
dist/
|
|
lib/
|
|
user.build.properties
|
|
|
|
# NetBeans user configuration files
|
|
nbactions*.xml
|
|
/nbproject/private/
|
|
*/nbproject/private/
|
|
|
|
# IntelliJ projects
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
.idea/
|
|
|
|
# Eclipse projects
|
|
.classpath
|
|
.project
|
|
.settings/
|
|
|
|
# Profiler results
|
|
*.hprof
|