blob: d29446361a5c2403f5554844b125075d4d185917 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
.gradle
.idea
eclipse/*
build/*
jars/*
runtime/logs/*
runtime/config/*
runtime/crash-reports/*
run/*
runtime/screenshots/*
DEBUG/*
sdk/*
essential/*
# Ignore Gradle GUI config
gradle-app.setting
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar
# Cache of project
.gradletasknamecache
# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
# gradle/wrapper/gradle-wrapper.properties
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
/runtime/.ReAuth.cfg
/libdiscord-rpc.so
runtime/options.txt
runtime/servers.dat
/runtime/saves/*
/runtime/usernamecache.json
/runtime/usercache.json
|