5e9d3b819b
- Rename plugin to 'net.fabricmc.loom' from 'fabric-loom' - Add .gitattributes - Use the same .gitignore from fabric-base - Add license headers
18 lines
No EOL
195 B
Text
18 lines
No EOL
195 B
Text
# Ignore everything
|
|
/*
|
|
|
|
# Folders
|
|
!/gradle
|
|
!/src
|
|
|
|
# Files
|
|
!/.gitattributes
|
|
!/.gitignore
|
|
!/build.gradle
|
|
!/gradle.properties
|
|
!/gradlew
|
|
!/gradlew.bat
|
|
!/HEADER
|
|
!/LICENSE
|
|
!/README.md
|
|
!/settings.gradle |