forked from FabricMC/fabric
Update gitignore (#248)
This commit is contained in:
parent
4b135a47c9
commit
d0d2f47092
1 changed files with 30 additions and 22 deletions
52
.gitignore
vendored
52
.gitignore
vendored
|
@ -1,25 +1,33 @@
|
|||
# Ignore everything
|
||||
/*
|
||||
# Gradle
|
||||
.gradle
|
||||
|
||||
# Subprojects
|
||||
!/fabric-*
|
||||
/fabric-*/.gradle
|
||||
/fabric-*/build
|
||||
# Eclipse
|
||||
.classpath
|
||||
.metadata
|
||||
.settings
|
||||
.project
|
||||
*.launch
|
||||
|
||||
# Folders
|
||||
!/gradle
|
||||
!/src
|
||||
# Intellij/Idea
|
||||
.factorypath
|
||||
.idea
|
||||
*.iml
|
||||
*.ipr
|
||||
*.iws
|
||||
|
||||
# Files
|
||||
!/.gitattributes
|
||||
!/.gitignore
|
||||
!/.editorconfig
|
||||
!/build.gradle
|
||||
!/gradle.properties
|
||||
!/gradlew
|
||||
!/gradlew.bat
|
||||
!/HEADER
|
||||
!/Jenkinsfile
|
||||
!/LICENSE
|
||||
!/README.md
|
||||
!/settings.gradle
|
||||
# Build artifacts
|
||||
bin/
|
||||
build/
|
||||
jars/
|
||||
out/
|
||||
|
||||
# Debug artifacts
|
||||
run
|
||||
*.log
|
||||
|
||||
# Windows
|
||||
*.db
|
||||
$RECYCLE.BIN/
|
||||
|
||||
# Mac
|
||||
.DS_Store
|
||||
|
|
Loading…
Reference in a new issue