-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.packwizignore
53 lines (48 loc) · 1 KB
/
.packwizignore
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
# .packwizignore follows the same format as .gitignore, and can be used to exclude unwanted files from pack exports
# See https://git-scm.com/docs/gitignore
#
# NOTE: RULE ORDER MATTERS!!!!
#
# Git Stuff
/.git/**
/.gitattributes
/.gitignore
# Modpack Development Stuff
/bin/
/build/
/docs/
/node_modules/
/.env.example
/CHANGELOG.md
/COPYING
/docker-compose.yml
/Jenkinsfile
/package-lock.json
/package.json
/README.md
/version.txt
/kubejs/*/
/kubejs/*.json
!/kubejs/README.txt
!/kubejs/assets/
!/kubejs/client_scripts/
!/kubejs/config/
/kubejs/config/probejs.json
!/kubejs/server_scripts/
!/kubejs/startup_scripts/
# Project Config Directories
/.chglog/
/.github/
/.husky/
/.vscode/
# Minecraft Configurations
**.bak
/config/byg/backups/
/config/inventoryprofilesnext/*/
!/config/inventoryprofilesnext/integrationHints/
/config/jecalculation/data/
/config/jecalculation/record.json
/config/jei/*/
/config/Mekanism/client.toml
/local/ftbchunks/data/
/local/kubejs/*/