Quests/.gitignore

30 lines
335 B
Plaintext
Raw Permalink 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
2022-05-31 11:07:30 +02:00
*.flattened-pom.xml
2019-01-14 08:18:16 +01:00
# Java files
*.class
*.log
*.ctxt
2022-05-31 11:07:30 +02:00
hs_err_pid*
/target/