forked from ThePansmith/Monifactory
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
110 lines (92 loc) · 2.58 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
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
/*
!/config
!/config-overrides
!/kubejs
!/defaultconfigs
!/.gitignore
!/.gitattributes
!/manifest.json
!/tools
/tools/bootstrap/.cache
!/.github
!.editorconfig
!/pack-mode-switcher*
!/CONTRIBUTING.md
!/FAQ.md
!/KNOWN-ISSUES.md
!/config/lostcities/profiles/monidefault.json
!/mods/systeams*
!/mods/ExtendedCrafting*
/mods/.index
/mods/.connector
/mods/memoryleakfix*
/config/fml.toml
/config/jei/world/local/*
/kubejs/probe
/kubejs/config/probejs.json
config/fabric/indigo-renderer.properties
config/roughlyenoughitems/pinyin.properties
config/roughlyenoughitems/pinyin_double.properties
config/forge-client.toml
config/trofers/general.json5
config/roughlyenoughitems/config.json5
config/sidebar_buttons.json
config/oculus.properties
config/modernfix-mixins.properties
config/immediatelyfast.json
config/ftbbackups2.json
config/spark/tmp
config/spark/activity.json
config/roughlyenoughitems/hints.json
config/voicechat/username-cache.json
config/minihud/*
config/embeddium-fingerprint.json
config/chiselsandbits-client.toml
config/chiselsandbits-common.toml
config/defaultworldtype/world-presets.txt
config/jecalculation/record.json
config/voicechat/voicechat-client.properties
config/jade/sort-order.json
config/jei*
config/embeddium++.toml
config/embeddium++.toml
config/emi.css
config\darkmodeeverywhereshaders.json
config\darkmodeeverywhereshaders.toml
config/ichunutil/themes
/config/**/*client.*
!/config/**/darkmodeeverywhere-client.toml
defaultconfigs/ftbultimine/ftbultimine-client.snbt
defaultconfigs/ftbultimine/ftbultimine-server.snbt
./options.txt
# 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
config/packmode.json
config/gtceu.yaml
config/darkmodeeverywhereshaders.json
#Don't ignore the Create client config so we can remove the Main Menu config button
#it gets in the way of the beautiful FancyMenu
!/config/create-client.toml