diff options
author | syeyoung <cyoung06@naver.com> | 2022-08-05 16:01:15 +0900 |
---|---|---|
committer | syeyoung <cyoung06@naver.com> | 2022-08-05 16:01:15 +0900 |
commit | 7d2e27445cd64d32cbab35c48be42fe7e4d2dea1 (patch) | |
tree | f04de6981f778cc75d3e281640974fe5bda76844 /.gitignore | |
parent | 315925f917021c399a92f1b6230710492f3c39fb (diff) | |
download | Skyblock-Dungeons-Guide-7d2e27445cd64d32cbab35c48be42fe7e4d2dea1.tar.gz Skyblock-Dungeons-Guide-7d2e27445cd64d32cbab35c48be42fe7e4d2dea1.tar.bz2 Skyblock-Dungeons-Guide-7d2e27445cd64d32cbab35c48be42fe7e4d2dea1.zip |
- Sorry, but I haven't got any good name for this commit
- This commit has been on my computer for like 6 months untouched
Diffstat (limited to '.gitignore')
-rwxr-xr-x | .gitignore | 24 |
1 files changed, 12 insertions, 12 deletions
@@ -4,12 +4,12 @@ eclipse/* build/* - -logs/* -config/* -crash-reports/* +jars/* +runtime/logs/* +runtime/config/* +runtime/crash-reports/* run/* -screenshots/* +runtime/screenshots/* DEBUG/* sdk/* essential/* @@ -25,17 +25,17 @@ gradle-app.setting # # Work around https://youtrack.jetbrains.com/issue/IDEA-116898 # gradle/wrapper/gradle-wrapper.properties -mods/* +runtime/modsss/* /modcore/config.toml /modcore/Sk1er Modcore-0.1.47 (1.8.9).jar /.mixin.out/audit/mixin_implementation_report.csv /.mixin.out/audit/mixin_implementation_report.txt /modcore/metadata.json -/.ReAuth.cfg +/runtime/.ReAuth.cfg /libdiscord-rpc.so -options.txt -servers.dat -/saves/* -/usernamecache.json -/usercache.json +runtime/options.txt +runtime/servers.dat +/runtime/saves/* +/runtime/usernamecache.json +/runtime/usercache.json |