diff options
author | Raven Szewczyk <git@eigenraven.me> | 2024-05-24 19:13:49 +0100 |
---|---|---|
committer | Raven Szewczyk <git@eigenraven.me> | 2024-05-24 19:13:49 +0100 |
commit | 9b6fc0420059c6b399506cee841290766b72bd53 (patch) | |
tree | 9a769dda9b37d90d6cdb27e4f8b6b7b2293d5ec1 /gtpp/.gitignore | |
parent | 227856cdae4dae22fca53f2dc027cac476123bd0 (diff) | |
parent | 75915e9e1fce7a8ee500add139b42e806e9497b5 (diff) | |
download | GT5-Unofficial-9b6fc0420059c6b399506cee841290766b72bd53.tar.gz GT5-Unofficial-9b6fc0420059c6b399506cee841290766b72bd53.tar.bz2 GT5-Unofficial-9b6fc0420059c6b399506cee841290766b72bd53.zip |
Merge in GTplusplus with history
git-subtree-dir: gtpp
git-subtree-mainline: 227856cdae4dae22fca53f2dc027cac476123bd0
git-subtree-split: 75915e9e1fce7a8ee500add139b42e806e9497b5
Diffstat (limited to 'gtpp/.gitignore')
-rw-r--r-- | gtpp/.gitignore | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/gtpp/.gitignore b/gtpp/.gitignore new file mode 100644 index 0000000000..27a8ae0f17 --- /dev/null +++ b/gtpp/.gitignore @@ -0,0 +1,38 @@ +.gradle +.settings +/.idea/ +/.vscode/ +/run/ +/build/ +/eclipse/ +.classpath +.project +/bin/ +/config/ +/crash-reports/ +/logs/ +options.txt +/saves/ +usernamecache.json +banned-ips.json +banned-players.json +eula.txt +ops.json +server.properties +servers.dat +usercache.json +whitelist.json +/out/ +*.iml +*.ipr +*.iws +src/main/resources/mixins.*([!.]).json +*.bat +*.DS_Store +!gradlew.bat +.factorypath +addon.local.gradle +addon.local.gradle.kts +addon.late.local.gradle +addon.late.local.gradle.kts +layout.json
\ No newline at end of file |