-
Notifications
You must be signed in to change notification settings - Fork 134
/
Copy path.gitignore
130 lines (108 loc) · 2.94 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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
/*
!/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*
# VSCode
!/.vscode
/.vscode/*
!/.vscode/*.code-workspace
# Probe js
/kubejs/probe
/kubejs/config/probejs.json
/kubejs/config/probe-settings.json
/kubejs/*/jsconfig.json
/config/iconexporter-common.toml
# Configs we don't want to keep
config/fml.toml
config/jei/world/local/*
config/fabric/indigo-renderer.properties
config/roughlyenoughitems/pinyin.properties
config/roughlyenoughitems/pinyin_double.properties
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-common.toml
config/defaultworldtype/world-presets.txt
config/jecalculation/record.json
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
#Hide code-generated files
kubejs/client_scripts/Dev_Capes.js
config/fancymenu/customization/pack_credit_screen_layout.txt
**/en_ud.local
**/en_ud.json
#Hide all client-only files
/config/**/*client.*
#Except these
!/config/sophisticatedstorage-client.toml
!/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
# Downloadable dependencies
**/node_modules