-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitignore
81 lines (76 loc) · 2.37 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
73
74
75
76
77
78
79
80
81
#Whitelist
/*
!/.minecraft
/.minecraft/*
#repo stuff
!/.github
!/docs
!/runners
!/LICENSE
!/README.md
!/CHANGELOG
!/build.sh
!/icon.png
!/.gitignore
#configs
!/.minecraft/config/
/.minecraft/config/acronym/saved/*
/.minecraft/config/advRocketry/advancedRocketry.cfg
/.minecraft/config/AE2Stuff/readme.txt
/.minecraft/config/AppliedEnergistics2/items.csv
/.minecraft/config/AppliedEnergistics2/CustomRecipes.cfg
/.minecraft/config/AppliedEnergistics2/VersionChecker.cfg
/.minecraft/config/agricraft/json/defaults/*
/.minecraft/config/astralsorcery.cfg
/.minecraft/config/astralsorcery/amulet_enchantments.cfg
/.minecraft/config/betterfps.json
/.minecraft/config/biomesoplenty/biomes/defaults/*
/.minecraft/config/biomesoplenty/biomes/Put biome config files here
/.minecraft/config/BlockDrops/*.txt
/.minecraft/config/brandon3055/contributors.json
/.minecraft/config/blur.cfg
/.minecraft/config/codechicken/supporters.json
/.minecraft/config/codechicken/supporters.marker
/.minecraft/config/enderio/painter_paint_sources_core.xml
/.minecraft/config/enderio/painter_paint_sources_user.xml
/.minecraft/config/enderio/recipes/**/*.*
!/.minecraft/config/enderio/recipes/user/*.xml
/.minecraft/config/enderstorage.cfg
/.minecraft/config/fantasticlib/reference/*.txt
/.minecraft/config/fancymenu/locals/*.local
/.minecraft/config/Guide-API/Guide-API.cfg
/.minecraft/config/ichunutil_keybinds.cfg
/.minecraft/config/InvTweaks/InvTweaks.cfg
/.minecraft/config/jei/itemBlacklist.cfg
/.minecraft/config/jei/worldSettings.cfg
/.minecraft/config/jei/bookmarks.ini
/.minecraft/config/journeymap_ModInfo.cfg
/.minecraft/config/journeymap_server.cfg
/.minecraft/config/konkrete/*
/.minecraft/config/rare-ice.properties
/.minecraft/config/splash.properties
/.minecraft/config/tellme/*
/.minecraft/config/thaumicjei_itemstack_aspects.json
/.minecraft/config/topaddons.cfg
/.minecraft/config/vanillafix/methods-stable_39.csv
#other stuff
!/.minecraft/resources
.minecraft/resources/mekatweaker/blockstates
.minecraft/resources/mekatweaker/textures/blockstates
/.minecraft/resources/trutils
!/.minecraft/oresources
!/.minecraft/scripts
/.minecraft/scripts/nc_script_addons/*
/.minecraft/scripts/*.zsrc
!/.minecraft/structures
#pack stuff
/instance.cfg
/mmc-pack.json
!/modlist.html
!/manifest.json
.minecraft/icon.png
# utils mod
!/.minecraft/mods
/.minecraft/mods/*
!/.minecraft/mods/trutils*.jar
!/.minecraft/mods/AdvancedTweakery*.jar