diff options
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 |