mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-03-28 04:07:01 -05:00
* Update to Gradle 8.3, and update all other deps. * Fix tests * Lazily download decompilers, generate version constants to ensure they are synced between the build and Gradle. Each decompiler has a configuration, this allows the version to be changed at a later date if needed. * Fix typo :) * Oh so many versions
26 lines
301 B
Plaintext
26 lines
301 B
Plaintext
# Ignore everything
|
|
/*
|
|
|
|
# Folders
|
|
!/gradle
|
|
!/src
|
|
!/.github
|
|
|
|
# Files
|
|
!/.gitattributes
|
|
!/.gitignore
|
|
!/.editorconfig
|
|
!/build.gradle
|
|
!/gradle.properties
|
|
!/gradlew
|
|
!/gradlew.bat
|
|
!/HEADER
|
|
!/LICENSE
|
|
!/README.md
|
|
!/settings.gradle
|
|
!/Jenkinsfile
|
|
!/checkstyle.xml
|
|
!/codenarc.groovy
|
|
!/bootstrap
|
|
|
|
/src/**/generated |