-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.gitignore
62 lines (52 loc) · 1.36 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
build/
brushes/
helmet_scripts/
legend_armor_scripts/
unpacked/legend_armor/0
unpacked/legend_armor/1
unpacked/legend_armor/2
!unpacked/**/helmets
scripts/items/legend_armor/cloth/
scripts/items/legend_armor/chain/
scripts/items/legend_armor/plate/
scripts/items/legend_armor/cloak/
scripts/items/legend_armor/tabard/
scripts/crafting/blueprints/paint_black_blueprint.nut
scripts/crafting/blueprints/paint_orange_red_blueprint.nut
scripts/crafting/blueprints/paint_red_blueprint.nut
scripts/crafting/blueprints/paint_set_blueprint.nut
scripts/crafting/blueprints/paint_white_blue_blueprint.nut
scripts/crafting/blueprints/paint_white_green_yellow_blueprint.nut
gfx/*.png
!gfx/skills*
!gfx/ui**
*.cnut
*.DS_Store
temp.nut
NUL
unpacked/legend_enemies/metadata.xml
unpacked/**/*dead_arrows.png
unpacked/**/*dead_javelin.png
unpacked/legend_armor/metadata.xml
unpacked/legend_helmets/metadata.xml
unpacked/legend_helmets/0
unpacked/legend_helmets/1
unpacked/legend_helmets/2
unpacked/legend_helmets/3
unpacked/legend_helmets/4
!unpacked/dead_arrows.png
!unpacked/dead_javelin.png
!**/bust_naked_body_00_dead*
unpacked/legend_helmets/4/metadata.xml
buildscript/python/**/__pycache__/
.vscode
.vscode/
build_compile_*.sh
unstaged_build_*.sh
*.sublime-workspace
*.sublime-project
.bbbuilder/
brushes/
*.zip
.editorconfig
.utils/