diff options
| author | Jakub <53441451+kuba6000@users.noreply.github.com> | 2023-07-25 21:33:20 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-25 21:33:20 +0200 |
| commit | e5a1d22513b4fa6d839275bfe2b203876c19f1f5 (patch) | |
| tree | e918bebdc565455926640d12b1953fb3fb858eef /.gitignore | |
| parent | 37b8006aeffd3fb7e5759122abec23cec552f188 (diff) | |
| download | GT5-Unofficial-e5a1d22513b4fa6d839275bfe2b203876c19f1f5.tar.gz GT5-Unofficial-e5a1d22513b4fa6d839275bfe2b203876c19f1f5.tar.bz2 GT5-Unofficial-e5a1d22513b4fa6d839275bfe2b203876c19f1f5.zip | |
Fix no output from Mega Apiary + some misc. changes (#90)
* Update dependencies.gradle
* Update build.gradle
* Update .gitignore
* Create addon.gradle
* Fix no output from Mega Apiary
* Use checkProcessing instead of checkRecipe
* Migrate Tea Line to RA2
* Update build script
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 42addef891..5f5fc93742 100644 --- a/.gitignore +++ b/.gitignore @@ -29,4 +29,9 @@ whitelist.json src/main/resources/mixins.*([!.]).json *.bat *.DS_Store -!gradlew.bat
\ No newline at end of file +!gradlew.bat +.factorypath +addon.local.gradle +addon.local.gradle.kts +addon.late.local.gradle +addon.late.local.gradle.kts |
