-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
40 lines (32 loc) · 1000 Bytes
/
.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
# Node/NPM
coverage/
node_modules/
# Formatting / Linting
.eslintcache
# Build
build/
dist/
# Dev mods
minecraft/config/tellme.*
minecraft/config/tellme/*
minecraft/config/worldstripper-common.toml
# Client configs
# These are ones we feel the user should be customizing, not us.
minecraft/config/jei/bookmarks.ini
minecraft/config/jei/world/*
# Journeymap
# Configs/etc in journeymap that are not necessary to be version controlled
minecraft/journeymap/data/*
minecraft/journeymap/server/*
minecraft/journeymap/journeymap.log
# Mod Junk
minecraft/config/byg/README.txt
minecraft/config/chancecubes/custom_rewards/CustomSounds-Resourcepack.zip
minecraft/config/ichunutil/head/*
# Content Creator
minecraft/config/contentcreatorintegration/contentcreatorintegration.toml
minecraft/config/contentcreatorintegration/contentcreatorintegration-common.toml
minecraft/config/contentcreatorintegration/**/stats.json
minecraft/config/contentcreatorintegration/logs/*
# Minecraft Mods
minecraft/mods/*