-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy path.gitignore
More file actions
49 lines (39 loc) · 833 Bytes
/
.gitignore
File metadata and controls
49 lines (39 loc) · 833 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
.DS_Store
Thumbs.db
*.swp
*.swo
*~
.idea/
.vscode/
*.code-workspace
.env
.env.*
!.env.example
node_modules/
dist/
build/
*.log
coverage/
.cache/
tmp/
.sisyphus/
.opencode/
.claude/
local-ignore/
.planning/
# Dashboard build artifacts
packages/dashboard/dist/
packages/dashboard/node_modules/
packages/dashboard/src-tauri/target/
# Plugin README is copied from root at release time
packages/plugin/README.md
.bg-shell/
# Keep only the final animation; iteration folders stay local
packages/plugin/docs/animation[0-9]*/
.pi/
# Local agent task outputs / scratch state.
# Selectively expose .alfonso/release-notes/ — CI reads it for release body
# + Discord announcement. Must use `.alfonso/*` rather than `.alfonso/` so
# git descends into the directory and can re-include nested paths.
.alfonso/*
!.alfonso/release-notes/