-
Notifications
You must be signed in to change notification settings - Fork 93
Expand file tree
/
Copy path.gitignore
More file actions
46 lines (39 loc) · 1.01 KB
/
.gitignore
File metadata and controls
46 lines (39 loc) · 1.01 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
#funny files that should never be committed
*.DS_Store
*.pyc
*.tmp
*.ninja
.ninja_log
#input for wii files for build
platform/wii
#ninja build dirs
obj
out
#prefabs dir
_ark/char/custom_prefabs/*
!_ark/char/custom_prefabs/.gitkeep
#custom char milos
#clothing items, keep nothing but null milos
_ark/char/main/*/female/gen/*
_ark/char/main/*/male/gen/*
!_ark/char/main/*/female/gen/null*
!_ark/char/main/*/male/gen/null*
#ignore all custom instrument files
_ark/char/main/*/gen/*
#files to keep in char folder
!_ark/char/main/*/gen/.gitkeep
!_ark/char/main/shared/gen/*
!_ark/char/main/prefab/gen/*
#net dta, should remain vanilla unless you specifically want bank8 debug online with rb3e
#to do so, grab vanilla config/net.dta
#change the port and address for the HX_WII non _SHIP path to:
#(port 18010)
#(address "gocentral-wii.rbenhanced.rocks")
_ark/config/net.dta
#generated files by additional game scripts
scripts/dx_config.ini
demo
scripts/dx_playdata.json
scripts/.stfolder
scripts/dx_build_config.ini
scripts/kill.bat