.gitignore
This commit is contained in:
parent
b11ef09363
commit
3ad93ec494
2 changed files with 39 additions and 42 deletions
10
.gitattributes
vendored
10
.gitattributes
vendored
|
|
@ -2,14 +2,8 @@
|
||||||
|
|
||||||
*.zip binary
|
*.zip binary
|
||||||
*.png binary
|
*.png binary
|
||||||
|
*.jpg binary
|
||||||
|
*.jpeg binary
|
||||||
|
|
||||||
dumps/**/*.* linguist-generated=true
|
dumps/**/*.* linguist-generated=true
|
||||||
*.log linguist-generated=true
|
*.log linguist-generated=true
|
||||||
|
|
||||||
# git update-index --assume-unchanged {file}
|
|
||||||
# git update-index --no-assume-unchanged {file}
|
|
||||||
|
|
||||||
config/packetfixer.properties
|
|
||||||
config/embeddium-options.json
|
|
||||||
config/sound_physics_remastered/occlusion.properties
|
|
||||||
config/sound_physics_remastered/reflectivity.properties
|
|
||||||
69
.gitignore
vendored
69
.gitignore
vendored
|
|
@ -7,6 +7,11 @@
|
||||||
**/*.code-workspace
|
**/*.code-workspace
|
||||||
**/*.zip
|
**/*.zip
|
||||||
|
|
||||||
|
# Dev
|
||||||
|
.vs/
|
||||||
|
.vscode/
|
||||||
|
.idea/
|
||||||
|
|
||||||
# Pakku
|
# Pakku
|
||||||
build/
|
build/
|
||||||
!.pakku/**/*
|
!.pakku/**/*
|
||||||
|
|
@ -45,43 +50,42 @@ config/stellarcore_stitcher_cache_vanilla.dat
|
||||||
# .minecraft
|
# .minecraft
|
||||||
!bansoukou/**.zip
|
!bansoukou/**.zip
|
||||||
|
|
||||||
.vs/
|
|
||||||
.vscode/
|
/.bobby/
|
||||||
.idea/
|
/.mixin.out/
|
||||||
.bobby/
|
/classOut
|
||||||
.mixin.out/
|
/backups
|
||||||
classOut/
|
/profileImage
|
||||||
backups/
|
/crash-reports
|
||||||
profileImage/
|
/logs
|
||||||
crash-reports/
|
/saves
|
||||||
logs/
|
/ldlib
|
||||||
saves/
|
/local
|
||||||
ldlib/
|
/vintagefix
|
||||||
local/
|
/modernfix
|
||||||
vintagefix/
|
/XaeroWaypoints*
|
||||||
modernfix/
|
/XaeroWorldMap*
|
||||||
XaeroWaypoints*/
|
/xaero
|
||||||
XaeroWorldMap*/
|
/visualores
|
||||||
#defaultconfigs/
|
/mods-carryover
|
||||||
xaero/
|
/EnderStorage
|
||||||
visualores/
|
/fancymenu_data
|
||||||
mods-carryover/
|
/fancymenu_setups
|
||||||
EnderStorage/
|
/downloads
|
||||||
fancymenu_data/
|
/CustomSkinLoader
|
||||||
fancymenu_setups/
|
/EverlastingSkins
|
||||||
downloads/
|
/cache
|
||||||
CustomSkinLoader/
|
/screenshots
|
||||||
EverlastingSkins/
|
/shaderpacks
|
||||||
cache/
|
/chiselsandbits
|
||||||
screenshots/
|
/gtceu/prospection_cache
|
||||||
shaderpacks/
|
/data
|
||||||
chiselsandbits/
|
|
||||||
|
|
||||||
# Client data
|
# Client data
|
||||||
bansoukou
|
bansoukou
|
||||||
.curseclient
|
.curseclient
|
||||||
.sl_password
|
.sl_password
|
||||||
./options.txt
|
options.txt
|
||||||
patchouli_data.json
|
patchouli_data.json
|
||||||
usernamecache.json
|
usernamecache.json
|
||||||
usercache.json
|
usercache.json
|
||||||
|
|
@ -99,7 +103,6 @@ optionsof.txt
|
||||||
optionsshaders.txt
|
optionsshaders.txt
|
||||||
OpenComputersMod-*
|
OpenComputersMod-*
|
||||||
hei_bookmarks.ini
|
hei_bookmarks.ini
|
||||||
gtceu/prospection_cache/
|
|
||||||
|
|
||||||
# Server data
|
# Server data
|
||||||
.pakku/server-overrides/libraries
|
.pakku/server-overrides/libraries
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue