Skip to content

Commit 00b69e5

Browse files
committed
Personalized gitignore
1 parent b4c435a commit 00b69e5

1 file changed

Lines changed: 35 additions & 1 deletion

File tree

.gitignore

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ modernfix/
1414
fancymenu_data/
1515
ESM/
1616
panoramas/
17-
17+
*.log
18+
servers.dat
19+
servers.dat_old
1820
icon.png
1921
options.txt
2022
rhino.local.properties
@@ -29,6 +31,13 @@ build/
2931
!pakku.json
3032
!pakku-lock.json
3133

34+
# X Minecraft Launcher
35+
versions
36+
instance-lock.json
37+
instance.json
38+
libraries
39+
modpack-metadata.json
40+
3241
# Node.js
3342
**/node_modules/
3443

@@ -40,6 +49,7 @@ build/
4049
/.vscode/*
4150

4251
# ProbeJS
52+
/.probe/
4353
/kubejs/probe/
4454
/kubejs/config/probejs.json
4555
/kubejs/config/probe-settings.json
@@ -82,6 +92,30 @@ config/darkmodeeverywhereshaders*
8292
config/ichunutil/themes/
8393
config/gtceu.yaml
8494
defaultconfigs/ftbultimine/ftbultimine-*.snbt
95+
config/watut-server.toml
96+
config/watut-item-arm-adjustments.json
97+
config/watut-common.toml
98+
config/voicechat/voicechat-server.properties
99+
config/voicechat/translations.properties
100+
config/voicechat/player-volumes.properties
101+
config/voicechat/category-volumes.properties
102+
config/sound_physics_remastered/soundphysics.properties
103+
config/sound_physics_remastered/sound_rates.properties
104+
config/sound_physics_remastered/reflectivity.properties
105+
config/sound_physics_remastered/occlusion.properties
106+
config/NoChatReports/README.md
107+
config/NoChatReports/NCR-ServerPreferences.json
108+
config/NoChatReports/NCR-Encryption.json
109+
config/NoChatReports/NCR-Common.json
110+
config/fastsuite.cfg
111+
config/fastbench.cfg
112+
config/everycomp-hazardous.toml
113+
config/dragonlib-common.toml
114+
config/createrailwaysnavigator-common.toml
115+
config/createmechanicalcompanion-common.toml
116+
config/createcasing-common.toml
117+
config/create_connected-common.toml
118+
config/CoroUtil/General.toml
85119

86120
# Linux
87121
*~

0 commit comments

Comments
 (0)