aether-legacy/.gitignore

37 lines
347 B
Plaintext
Raw Permalink Normal View History

2017-10-31 10:32:55 +01:00
# Compiled Java
*.class
# Eclipse
2016-12-17 15:47:46 +01:00
.classpath
.project
2017-10-31 10:32:55 +01:00
.settings
2018-12-07 06:33:12 +01:00
/eclipse
2017-10-31 10:32:55 +01:00
# IntelliJ IDEA
*.iml
2016-12-17 15:47:46 +01:00
*.ipr
*.iws
.idea
2017-10-31 10:32:55 +01:00
/out
/classes
2016-12-17 15:47:46 +01:00
2017-10-31 10:32:55 +01:00
# Gradle
2016-12-17 15:47:46 +01:00
.gradle
2017-10-31 10:32:55 +01:00
/build
/bin
/run
# Gradle Wrapper
/gradle/wrapper/dists
# Windows image file caches
Thumbs.db
ehthumbs.db
# Folder config file
Desktop.ini
2016-12-17 15:47:46 +01:00
2017-10-31 10:32:55 +01:00
# JVM crash logs
hs_err_pid*.log
2018-01-15 04:25:10 +01:00
replay_pid*.log
*.launch