forked from ThePansmith/Monifactory
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
226 lines (182 loc) · 4.53 KB
/
.gitignore
File metadata and controls
226 lines (182 loc) · 4.53 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
#
# Monifactory gitignore
#
# Start off by ignoring everything
/*
# Pre-commit ESLint hook
!/.github
# Probe JS
/kubejs/probe
/kubejs/config/probejs.json
/kubejs/config/probe-settings.json
/kubejs/*/jsconfig.json
# VSCode workspace
!/.vscode
/.vscode/*
!/.vscode/*.code-workspace
# Configs
!/config
/config/*
# AE2
!/config/ae2
/config/ae2/client.json
/config/ae2/common.json
# Almost Unified
!/config/almostunified
/config/almostunified/*
!/config/almostunified/unify.json
# Bountiful
!/config/bountiful
/config/bountiful/*
!/config/bountiful/bounty_decrees
# Default World Type
!/config/defaultworldtype
config/defaultworldtype/world-presets.txt
# EnderIO configs
!/config/enderio
/config/enderio/*
!/config/enderio/base-common.toml
!/config/enderio/machines-common.toml
# Fancy Menu Configs
!/config/fancymenu
# FTBQuests
!/config/ftbquests
/config/ftbquests/quests/chapters/genesis.snbt
# Functional Storage
!/config/functionalstorage
/config/functionalstorage/*
!/config/functionalstorage-common.toml
# Hammer Lib
!/config/hammerlib
# Iron Jetpacks
!/config/ironjetpacks
# Jade
!/config/jade
/config/jade/*
!/config/jade/jade.json
# Lost cities
!/config/lostcities
/config/lostcities/profiles/*
!/config/lostcities/profiles/monidefault.json
# NCN
!/config/NuclearCraft
/config/NuclearCraft/*
!/config/NuclearCraft/fission_fuel
!/config/NuclearCraft/heat_sinks
!/config/NuclearCraft/common.toml
!/config/NuclearCraft/fission.toml
!/config/NuclearCraft/materials.toml
# SolarFlux
!/config/solarflux
# WaterMedia
!/config/watermedia
# Individual config files
!/config/ad_astra.jsonc
!/config/alltheleaks.json
!/config/badoptimizations.txt
!/config/cable_facades-common.toml
!/config/climbladdersfast.json5
!/config/compactmachines-common.toml
!/config/connectivity.json
!/config/create-client.toml
!/config/create-common.toml
!/config/custom-item-despawn-duration.json
!/config/darkmodeeverywhere-client.toml
!/config/darkmodeeverywhereshaders.json
!/config/ding.toml
!/config/embeddium-options.json
!/config/embeddium++.toml
!/config/emi_loot_config.toml
!/config/extendedcrafting-common.toml
!/config/fluxnetworks-common.toml
!/config/flywheel-client.toml
!/config/hostilenetworks.cfg
!/config/immediatelyfast.json
!/config/inventoryessentials-common.toml
!/config/ironfurnaces-client.toml
!/config/ironjetpacks-common.toml
!/config/laserio-common.toml
!/config/legendarytooltips-common.toml
!/config/modernfix-mixins.properties
!/config/quark-common.toml
!/config/resourceful-config-web.json
!/config/sdrp-common.json
!/config/smoothboot.json
!/config/smoothchunk.json
!/config/sophisticatedcore-common.toml
!/config/sophisticatedstorage-client.toml
!/config/telepastries-common.toml
!/config/tempad.jsonc
!/config/thermal-common.toml
!/config/toastcontrol-common.toml
!/config/ulvcovm-common.toml
!/config/watercollector-common.toml
!/config/wirelesschargers-common.toml
!/config/zume.json5
!/config/moldraw.yaml
# Config overrides
!/config-overrides
# defaultconfigs
!/defaultconfigs
defaultconfigs/ftbultimine/ftbultimine-client.snbt
defaultconfigs/ftbultimine/ftbultimine-server.snbt
# journeymap
!/journeymap
/journeymap/*
!/journeymap/config
/journeymap/config/5.10/*
!/journeymap/config/5.10/journeymap.core.config
# KubeJS scripts
!/kubejs
!/mods
/mods/*
!/mods/compats.md
# Build script
!/build
# VSCode Editor Config
!.editorconfig
# Git files
!/.gitattributes
!/.gitignore
# Documentation & README
!/CHANGELOG.md
!/CONTRIBUTING.md
!/FAQ.md
!/KNOWN-ISSUES.md
!/LICENSE.md
!/README.md
# Mod manifest
!/manifest.json
# Hide code-generated files
kubejs/client_scripts/Dev_Capes.js
config/fancymenu/customization/pack_credit_screen_layout.txt
config/fancymenu/assets/pack-version.txt
**/en_ud.local
**/en_ud.json
# dotenv
.env
### https://raw.github.com/github/gitignore/cc542de017c606138a87ee4880e5f06b3a306def/Global/Linux.gitignore
*~
# temporary files which can be created if a process still has a handle open of a deleted file
.fuse_hidden*
# KDE directory preferences
.directory
# Linux trash folder which might appear on any partition or disk
.Trash-*
### https://raw.github.com/github/gitignore/cc542de017c606138a87ee4880e5f06b3a306def/Global/Windows.gitignore
# Windows image file caches
Thumbs.db
ehthumbs.db
# Folder config file
Desktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
# Windows shortcuts
*.lnk
### https://raw.github.com/github/gitignore/cc542de017c606138a87ee4880e5f06b3a306def/Global/OSX.gitignore
.DS_Store
.AppleDouble
.LSOverride
kubejs/assets/gtceu/textures/item/material_sets/infinity/infinity_plate.xcf
# Downloadable dependencies
**/node_modules