forked from MarkScedra/Crash-2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
84 lines (77 loc) · 2.01 KB
/
Copy path.gitignore
File metadata and controls
84 lines (77 loc) · 2.01 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
*.gz
*.mrpack
*.zip
/.example_assets
/.example_data
/.vscode
/config/cubes_without_borders.json
/config/fabric
/config/jei/world
/config/modernfix-mixins.properties
/config/oculus.properties
/config/worldedit
/cosmetics
/crash-reports
/data
/essential
/journeymap
/local
/logs
/modernfix
/mods/.connector
/screenshots
fabricloader.log
hs_err_pid*.log
knownkeys.txt
options.txt
patchouli_data.json
rhino.local.properties
servers.dat
servers.dat_old
supportercache.json
usercache.json
usernamecache.json
win_event*.txt
# Packwiz ignores
/mods
/resourcepacks
/shaderpacks
packwiz.json
packwiz-installer.jar
packwiz-installer-bootstrap.jar
packwiz-scripts/tools/forge-*-installer.jar
packwiz-scripts/forge-*-installer.jar.log
/packwiz-builds
/packwiz-curseforge/config
/packwiz-curseforge/defaultconfigs
/packwiz-curseforge/kubejs
/packwiz-curseforge/saves
/packwiz-modrinth/config
/packwiz-modrinth/defaultconfigs
/packwiz-modrinth/kubejs
/packwiz-modrinth/saves
/packwiz-server/config
/packwiz-server/defaultconfigs
/packwiz-server/kubejs
/packwiz-server/libraries
/packwiz-server/mods
/packwiz-server/resourcepacks
/packwiz-server/shaderpacks
# Ignore all save folders
/saves/*
# Except don't ignore the default world
!/saves/Original world, will reset when pack updates/
# Except do ignore everything inside it
/saves/Original world, will reset when pack updates/**
# Except don't ignore these three files
!/saves/Original world, will reset when pack updates/icon.png
!/saves/Original world, will reset when pack updates/level.dat
!/saves/Original world, will reset when pack updates/level.dat.backup
# And do ignore the region folder
!/saves/Original world, will reset when pack updates/region/
# But don't ignore the first 4 region files around 0,0
!/saves/Original world, will reset when pack updates/region/r.0.0.mca
!/saves/Original world, will reset when pack updates/region/r.0.-1.mca
!/saves/Original world, will reset when pack updates/region/r.-1.0.mca
!/saves/Original world, will reset when pack updates/region/r.-1.-1.mca
/config/axiom