fabric/.gitignore

34 lines
249 B
Text
Raw 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
.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/
# Debug artifacts
run
*.log
# Windows
*.db
$RECYCLE.BIN/
# Mac
.DS_Store