forked from StarT-Dev-Team/Star-Technology
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
64 lines (60 loc) · 1.28 KB
/
Copy path.gitignore
File metadata and controls
64 lines (60 loc) · 1.28 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
# Ignore eveything so repository can be used in game instance
/*
# Add directories with soure code
!defaultconfigs/
!kubejs/
!mods/panorama/
!panoramas/
!scripts/
!compile_data/
!.github/
# Add files in main directory
!.gitattributes
!.gitignore
!LICENSE
!panorama.dat
!README.md
# Specific exclusion - config folder
config/*
# Keep directories
!config/ae2/
!config/almostunified/
!config/crash_asistant/
!config/defaultworldtype/
!config/fancymenu/
!config/ftbquests/
!config/gamestages/
!config/jade/
!config/jei/
!config/mysticalcustomization/
!config/skyblockbuilder/
# Keep files
!config/badmobs-common.toml
!config/bhmenu-client.toml
!config/carryon-common.toml
!config/chloride-client.json
!config/colossalchests-common.toml
!config/craftpresence.json
!config/createlowheated-common.toml
!config/emi.css
!config/exnihilosequentia-common.toml
!config/expatternprovider-common.toml
!config/fluxnetworks-common.toml
!config/gtceu.yaml
!config/mysticalagriculture-common.toml
!config/ProjectRed.cfg
!config/sgjourney-common.toml
!config/start_core.yaml
!config/thermal-common.toml
!config/toms_storage-common.toml
# Linting stuff
!package.json
!package-lock.json
!eslint.config.mjs
!.prettierignore
!.prettierrc
# wth is this jank
!.vscode/
.vscode/*
!.vscode/settings.json
!.vscode/extensions.json