mirror of
https://github.com/xpltdco/media-rip.git
synced 2026-04-03 02:53:58 -06:00
chore: init gsd
This commit is contained in:
parent
f1b6b5c052
commit
9a94de7455
1 changed files with 40 additions and 0 deletions
40
.gitignore
vendored
Normal file
40
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,40 @@
|
||||||
|
|
||||||
|
# ── GSD baseline (auto-generated) ──
|
||||||
|
.gsd/activity/
|
||||||
|
.gsd/forensics/
|
||||||
|
.gsd/runtime/
|
||||||
|
.gsd/worktrees/
|
||||||
|
.gsd/parallel/
|
||||||
|
.gsd/auto.lock
|
||||||
|
.gsd/metrics.json
|
||||||
|
.gsd/completed-units.json
|
||||||
|
.gsd/STATE.md
|
||||||
|
.gsd/gsd.db
|
||||||
|
.gsd/DISCUSSION-MANIFEST.json
|
||||||
|
.gsd/milestones/**/*-CONTINUE.md
|
||||||
|
.gsd/milestones/**/continue.md
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
|
*.swp
|
||||||
|
*.swo
|
||||||
|
*~
|
||||||
|
.idea/
|
||||||
|
.vscode/
|
||||||
|
*.code-workspace
|
||||||
|
.env
|
||||||
|
.env.*
|
||||||
|
!.env.example
|
||||||
|
node_modules/
|
||||||
|
.next/
|
||||||
|
dist/
|
||||||
|
build/
|
||||||
|
__pycache__/
|
||||||
|
*.pyc
|
||||||
|
.venv/
|
||||||
|
venv/
|
||||||
|
target/
|
||||||
|
vendor/
|
||||||
|
*.log
|
||||||
|
coverage/
|
||||||
|
.cache/
|
||||||
|
tmp/
|
||||||
Loading…
Add table
Reference in a new issue