fabric/.gitignore

35 lines
270 B
Text

# Gradle
.gradle
# Eclipse
.checkstyle
.classpath
.metadata
.settings
.project
*.launch
# Intellij/Idea
.factorypath
.idea
*.iml
*.ipr
*.iws
# Build artifacts
bin/
build/
jars/
out/
classes/
# Debug artifacts
run
*.log
# Windows
*.db
$RECYCLE.BIN/
# Mac
.DS_Store