Skip to content

Commit ab206ef

Browse files
committed
Update .gitignore
1 parent 5b350f0 commit ab206ef

1 file changed

Lines changed: 22 additions & 1 deletion

File tree

.gitignore

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ rhino.local.properties
2121
usercache.json
2222
usernamecache.json
2323
emi.json
24+
kubejs_client_data.json
25+
servers.dat
26+
servers.dat_old
2427

2528
# Pakku
2629
build/
@@ -40,11 +43,20 @@ build/
4043
/.vscode/*
4144

4245
# ProbeJS
46+
/.probe
4347
/kubejs/probe/
4448
/kubejs/config/probejs.json
4549
/kubejs/config/probe-settings.json
4650
/kubejs/*/jsconfig.json
4751

52+
# X Minecraft Launcher
53+
authlib-injector.log
54+
instance-lock.json
55+
instance.json
56+
libraries
57+
modpack-metadata.json
58+
versions
59+
4860
# Client configs (with exceptions below)
4961
/config/**/*client.*
5062

@@ -99,4 +111,13 @@ $RECYCLE.BIN/
99111
# macOS
100112
.DS_Store
101113
.AppleDouble
102-
.LSOverride
114+
.LSOverride
115+
authlib-injector.log
116+
instance-lock.json
117+
instance.json
118+
kubejs_client_data.json
119+
libraries
120+
modpack-metadata.json
121+
servers.dat
122+
servers.dat_old
123+
versions

0 commit comments

Comments
 (0)