fabric/.gitignore

36 lines
270 B
Text
Raw Permalink Normal View History

2019-08-07 19:04:32 -04:00
# Gradle
.gradle
2018-12-10 14:48:38 -05:00
2019-08-07 19:04:32 -04:00
# Eclipse
.checkstyle
2019-08-07 19:04:32 -04:00
.classpath
.metadata
.settings
.project
*.launch
2019-08-07 19:04:32 -04:00
# Intellij/Idea
.factorypath
.idea
*.iml
*.ipr
*.iws
2018-12-10 14:48:38 -05:00
2019-08-07 19:04:32 -04:00
# Build artifacts
bin/
build/
jars/
out/
2019-08-22 14:07:25 -04:00
classes/
2019-08-07 19:04:32 -04:00
# Debug artifacts
run
*.log
# Windows
*.db
$RECYCLE.BIN/
# Mac
.DS_Store