1
0
mirror of https://github.com/PikaMug/Quests.git synced 2024-12-28 12:07:43 +01:00
Quests/.gitignore
2019-01-14 02:18:16 -05:00

29 lines
312 B
Plaintext

# 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/