-
Notifications
You must be signed in to change notification settings - Fork 118
Expand file tree
/
Copy path.gitignore
More file actions
61 lines (49 loc) · 991 Bytes
/
.gitignore
File metadata and controls
61 lines (49 loc) · 991 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
*.DS_Store
.DS_Store
benchdata.db
*.output
*.temp
# build artifacts
build/
# All build binaries stored here
bin/
# JIT stores dll's here
.jitted_scripts/
# All build libraries stored here
lib/
modules/**/*.shared_module
examples/**/*.shared_module
_aot_generated/
.vscode/
.cache/
modules/dasSFML/libsfml/
site/
doc/sphinx-build/
doc/source/stdlib/generated/
doc/source/__pycache__/
doc/source/_build/doctrees/environment.pickle
doc/source/_build/
web/emsdk/
web/cmake_temp/
web/CMakeXxdImpl.txt
web/output/daScript.html
web/output/daScript.js
web/output/daScript.js.mem
web/output/daScript.wasm
web/output/.idea/
yzg.code-workspace
examples/wip.das
utils/dasFormatter/ds_parser.output
src/parser/ds2_parser.output
src/parser/ds_parser.output
# MCP / ast-grep (platform-specific config)
.mcp.json
sgconfig.yml
utils/mcp/mcp_server.log
# Emscripten SDK (local install)
emsdk/
# daspkg artifacts
daspkg.lock
examples/*/modules/
# Claude Code (local settings)
.claude/settings.json