-
-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy path.gitignore
More file actions
47 lines (34 loc) · 585 Bytes
/
.gitignore
File metadata and controls
47 lines (34 loc) · 585 Bytes
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
__pycache__
*.obj
*.o
/lws
/v8
/scripts/jsb.*/node_modules
/scripts/jsb.*/typings
/scripts/jsb.*/.tsbuildinfo
/impl/web/bridge/node_modules
/impl/web/bridge/temp
/impl/web/bridge/.tsbuildinfo
# macOS
.DS_Store
__MACOSX
# auto-generated sources
/jsb.gen.h
/jsb_project_preset.gen.cpp
/weaver-editor/templates/templates.gen.h
/release-notes.md
/*/out
/scripts/*/out
/impl/web/js/jsbb.impl.js
# VS Code
.vscode
# IntelliJ IDEA project files
.idea/
# Node modules
node_modules/
# pnpm store
.pnpm-store
# test artifacts
/tests/bin/
/tests/project/gen/
/tests/project/typings/