-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
48 lines (38 loc) · 869 Bytes
/
Copy path.gitignore
File metadata and controls
48 lines (38 loc) · 869 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
# Bonsai output
ai/out/*
!ai/out/.gitignore
# Baseline output
ai/baselines/*.json
# Build
build/
# CTest
Testing/
# Conan
CMakeUserPresets.json
# OS/editor
.DS_Store
.vscode/
.idea/
# Tool caches
.cache/
.task/
# Compiled executables from daoc build
# Ignore extensionless files in examples/ and bootstrap/ (binary outputs
# of daoc build). Git doesn't support "ignore files without extension"
# natively, so we ignore everything at all depths, then un-ignore
# directories and source files we want to keep.
examples/**
!examples/**/*/
!examples/**/*.dao
!examples/**/*.md
!examples/**/*.c
!examples/**/*.h
# Bootstrap: ignore assembled outputs and compiled binaries
bootstrap/**/*.gen.dao
bootstrap/**/*.gen
# Playground frontend
tools/playground/frontend/node_modules/
tools/playground/frontend/dist/
# Local machine config
CLAUDE.local.md
mise.local.toml