Files
IronPad-Docker/.gitignore
Keith Solomon f1f106c948
Some checks failed
CI / Backend (Rust) (push) Failing after 9s
CI / Frontend (Vue) (push) Successful in 9m57s
🐞 fix: Even more git fixes
2026-02-25 08:05:02 -06:00

50 lines
878 B
Plaintext

# === OS ===
.DS_Store
Thumbs.db
Desktop.ini
# === Editors / IDEs ===
.idea/
.vscode/
*.swp
*.swo
*~
# === Rust ===
backend/target/
# === Node.js ===
frontend/node_modules/
frontend/dist/
frontend/.vite/
# === Build artifacts ===
backend/static/
*.tmp
# === User data (created at runtime) ===
# The data/ directory is the user's local database.
# We include only the skeleton structure (.gitkeep files),
# not the actual notes, projects, tasks, or daily notes.
data/.git/
data/.gitignore
data/inbox.md
data/index.md
data/archive/*.md
data/daily/*.md
data/notes/*.md
data/notes/assets/*
!data/notes/assets/.gitkeep
data/projects/*/
!data/projects/.gitkeep
Codex Session.txt
# === Stray root lock file (frontend/package-lock.json is kept for CI) ===
/package-lock.json
# === Local build output ===
release/
# === Generated images (article assets, not source) ===
/assets/