mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-04-02 13:37:45 -05:00
* Reformat to use Fabric API's checkstyle * Fix * Fix * Update * Travis and fixes * possible fix for checkstyle? * Helps if i push the checkstyle.xml file... * Log checkstyle issues to console - used by travis * Fix some more issues * opps
22 lines
256 B
Plaintext
22 lines
256 B
Plaintext
# Ignore everything
|
|
/*
|
|
|
|
# Folders
|
|
!/gradle
|
|
!/src
|
|
|
|
# Files
|
|
!/.gitattributes
|
|
!/.gitignore
|
|
!/.editorconfig
|
|
!/build.gradle
|
|
!/gradle.properties
|
|
!/gradlew
|
|
!/gradlew.bat
|
|
!/HEADER
|
|
!/LICENSE
|
|
!/README.md
|
|
!/settings.gradle
|
|
!/Jenkinsfile
|
|
!/.travis.yml
|
|
!/checkstyle.xml |