-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
52 lines (44 loc) · 831 Bytes
/
.gitignore
File metadata and controls
52 lines (44 loc) · 831 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
# macOS
.DS_Store
# Node / pnpm
node_modules/
pnpm-debug.log*
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Build output
dist/
build/
*.tsbuildinfo
.astro/
# Starlight generated content (authored copies live in docs/ and colony/)
site/src/content/docs/why-skdd.md
site/src/content/docs/configuration.md
site/src/content/docs/skill-colony.md
site/src/content/docs/forging-skills.md
site/src/content/docs/specification-alignment.md
site/src/content/docs/schemastore-submission.md
site/src/content/docs/changelog.md
site/src/content/docs/colony/
site/src/content/docs/integrations/
site/src/content/docs/spec/
# Environment & secrets
.env
.env.*
!.env.example
# Editors
.vscode/
.idea/
*.swp
*.swo
# Python (for any auxiliary tooling)
__pycache__/
*.pyc
.venv/
venv/
# Test output
coverage/
.nyc_output/
# Temp
*.log
.tmp/