fabric/.gitignore
2023-12-08 15:19:29 +00:00

44 lines
486 B
Text

# Gradle
.gradle
# VSCode
.settings/
.vscode/
# Eclipse
.checkstyle
.classpath
.metadata
.settings
.project
*.launch
# Intellij/Idea
.factorypath
.idea
*.iml
*.ipr
*.iws
# Build artifacts
bin/
build/
jars/
out/
classes/
# 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/*
# Debug artifacts
run
*.log
*.log.gz
# Windows
*.db
$RECYCLE.BIN/
# Mac
.DS_Store