You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
357 B
29 lines
357 B
# Other IDE files
|
|
*.classpath
|
|
*.project
|
|
*.settings/
|
|
.idea/*
|
|
*.iml
|
|
.DS_Store
|
|
|
|
# Checkstyle-IDEA config
|
|
!.idea/checkstyle-idea.xml
|
|
|
|
# Essentials files
|
|
/Essentials/userdata
|
|
/Essentials/config.yml
|
|
/Essentials/kits.yml
|
|
/Essentials/userdata/testplayer1.yml
|
|
/Essentials/usermap.csv
|
|
|
|
# Build files
|
|
.gradle/
|
|
/jars/
|
|
out/
|
|
build/
|
|
target/
|
|
*.class
|
|
|
|
# Run directory
|
|
/run/
|