forked from ark120202/angel-arena-black-star
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.sublime-project
53 lines (53 loc) · 1014 Bytes
/
project.sublime-project
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
{
"build_systems":
[
{
"cmd": "node node_modules/gulp/bin/gulp.js --build",
"name": "Angel Arena Black Star",
"working_dir": "${$project_path}/generator"
}
],
"folders":
[
{
"path": "../node/aabs-server"
},
{
"file_exclude_patterns":
[
"game/*.bin",
"game/cache_*.soc",
"game/*.tmp",
"game/server_log.txt",
"game/rich_presence_persistent_data.txt",
"game/panorama_debugger.cfg",
"*.sublime-project",
"LICENSE.md",
"package-lock.json"
],
"folder_exclude_patterns":
[
"game/maps",
"game/materials",
"game/models",
"game/particles",
"game/panorama/images",
"game/panorama/layout",
"game/panorama/scripts",
"game/panorama/styles",
"game/soundevents",
"game/sounds",
"content/panorama/styles",
".git",
"node_modules"
],
"path": "."
}
],
"settings":
{
"ensure_newline_at_eof_on_save": true,
"translate_tabs_to_spaces": false,
"trim_trailing_white_space_on_save": true
}
}