Quests/.gitignore

29 lines
312 B
Plaintext
Raw Normal View History

2019-01-14 08:18:16 +01:00
# Ignore IDEA files
/.idea
*.iml
/bin/
# Eclipse files
/.settings/
*.project
*.classpath
*.recommenders
# NetBeans files
nbproject/private/
build/
nbbuild/
nbdist/
.nb-gradle/
# Maven files
*/target
*dependency-reduced-pom.xml
# Java files
*.class
*.log
*.ctxt
hs_err_pid*
/target/