forked from WLDZXZMJ/Herodotus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
72 lines (66 loc) · 2.02 KB
/
.gitignore
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
#Whitelist
/*
!/.minecraft
/.minecraft/*
#repo stuff
!/.github
!/docs
!/runners
!/LICENSE
!/README.md
!/CHANGELOG
!/icon.png
!/CODE_OF_CONDUCT.md
#configs
!/.minecraft/config/
/.minecraft/config/enderio/recipes/*.pdf
/.minecraft/config/enderio/recipes/examples/*
!/.minecraft/config/enderio/recipes/user/*.xml
!/.minecraft/config/enderio/recipes/user/recipes.xsd
/.minecraft/config/enderio/painter_paint_sources_core.xml
/.minecraft/config/enderio/painter_paint_sources_user.xml
/.minecraft/config/tellme/*
/.minecraft/config/jei/worldSettings.cfg
/.minecraft/config/jei/bookmarks.ini
/.minecraft/config/AppliedEnergistics2/items.csv
/.minecraft/config/AppliedEnergistics2/CustomRecipes.cfg
/.minecraft/config/AppliedEnergistics2/VersionChecker.cfg
/.minecraft/config/biomesoplenty/biomes/defaults/*
/.minecraft/config/biomesoplenty/biomes/Put biome config files here
/.minecraft/config/astralsorcery/amulet_enchantments.cfg
/.minecraft/config/AE2Stuff/readme.txt
/.minecraft/config/vanillafix/methods-stable_39.csv
/.minecraft/config/brandon3055/contributors.json
/.minecraft/config/ichunutil_keybinds.cfg
/.minecraft/config/journeymap_ModInfo.cfg
/.minecraft/config/journeymap_server.cfg
/.minecraft/config/betterfps.json
/.minecraft/config/blur.cfg
/.minecraft/config/codechicken/supporters.json
/.minecraft/config/codechicken/supporters.marker
/.minecraft/config/jei/itemBlacklist.cfg
/.minecraft/config/Guide-API/Guide-API.cfg
/.minecraft/config/thaumicjei_itemstack_aspects.json
/.minecraft/config/customloadingscreen_timings.nbt
/.minecraft/config/splash.properties
/.minecraft/config/InvTweaks/
/.minecraft/config/InvTweaks/InvTweaks.cfg
.minecraft/config/InvTweaks.cfg
#other stuff
!/.minecraft/patchouli_books
!/.minecraft/resources
!/.minecraft/scripts
/.minecraft/scripts/nc_script_addons/*
!/.minecraft/structures
.minecraft/scripts/.zsrc
.minecraft/config/Probe.cfg
#pack stuff
/instance.cfg
/mmc-pack.json
!/modlist.html
!/manifest.json
!/.minecraft/icon.png
# utils mod
!/.minecraft/mods
/.minecraft/mods/*
!/.minecraft/mods/herodotusutils*.jar