forked from FabricMC/fabric
Add .gitignore
This commit is contained in:
parent
9cb4776313
commit
07b55e0cea
1 changed files with 20 additions and 0 deletions
20
.gitignore
vendored
Normal file
20
.gitignore
vendored
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Ignore everything
|
||||
/*
|
||||
|
||||
# Folders
|
||||
!/gradle
|
||||
!/src
|
||||
|
||||
# Files
|
||||
!/.gitattributes
|
||||
!/.gitignore
|
||||
!/.editorconfig
|
||||
!/build.gradle
|
||||
!/gradle.properties
|
||||
!/gradlew
|
||||
!/gradlew.bat
|
||||
!/HEADER
|
||||
!/Jenkinsfile
|
||||
!/LICENSE
|
||||
!/README.md
|
||||
!/settings.gradle
|
Loading…
Reference in a new issue