mirror of
https://github.com/rajnandan1/kener.git
synced 2026-06-22 20:00:44 +00:00
e9d3281067
Broaden the ignore from the single 0009 ADR to the entire docs/adr/ directory and untrack the existing ADRs (0001-0008); files are kept on disk and remain in history. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
42 lines
593 B
Plaintext
42 lines
593 B
Plaintext
.DS_Store
|
|
.DS_STORE
|
|
**/.DS_Store
|
|
node_modules
|
|
static/kener
|
|
build
|
|
config/monitors.yaml
|
|
config/site.yaml
|
|
config/server.yaml
|
|
/.svelte-kit
|
|
/src/lib/.kener
|
|
/package
|
|
.env
|
|
.vscode
|
|
.env.*
|
|
!.env.example
|
|
vite.config.js.timestamp-*
|
|
vite.config.ts.timestamp-*
|
|
nodemon.json
|
|
.okgit/
|
|
config/static/*
|
|
!config/static/.kener
|
|
db/*
|
|
!db/.kener
|
|
database/*
|
|
!database/.kener
|
|
uploads/*
|
|
!uploads/upload.dir
|
|
|
|
static/uploads/*
|
|
!static/uploads/upload.dir
|
|
temp.txt
|
|
temp.js
|
|
.DS_Store
|
|
knip-output.txt
|
|
check-output.txt
|
|
translation-report.json
|
|
|
|
# AI workflow docs (not version-controlled)
|
|
CONTEXT.md
|
|
docs/adr/
|
|
docs/superpowers/ |