fabric/.gitignore

45 lines
486 B
Text
Raw Normal View History

2019-08-07 19:04:32 -04:00
# Gradle
.gradle
2018-12-10 14:48:38 -05:00
# VSCode
.settings/
.vscode/
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
# Generated sources
# The trailing * is important, otherwise Git wouldn't evaluate the directories at all and we wouldn't be able to un-ignore some of them.
**/src/generated/*
2019-08-07 19:04:32 -04:00
# Debug artifacts
run
*.log
2023-12-08 10:19:29 -05:00
*.log.gz
2019-08-07 19:04:32 -04:00
# Windows
*.db
$RECYCLE.BIN/
# Mac
.DS_Store