mirror of
https://github.com/bybrooklyn/alchemist.git
synced 2026-04-18 01:43:34 -04:00
46 lines
498 B
Plaintext
46 lines
498 B
Plaintext
# Alchemist Git Ignore
|
|
|
|
# Rust
|
|
/target/
|
|
|
|
# Frontend/Node
|
|
node_modules/
|
|
dist/
|
|
.astro/
|
|
.docusaurus/
|
|
build/
|
|
test-results/
|
|
yarn.lock
|
|
pnpm-lock.yaml
|
|
package-lock.json
|
|
|
|
# Data & Runtime
|
|
.runtime/
|
|
alchemist.db*
|
|
config.toml
|
|
web.zip
|
|
|
|
# Logs
|
|
error.txt
|
|
build_log_*.txt
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# OS & Editors
|
|
.DS_Store
|
|
Thumbs.db
|
|
*.swp
|
|
*.swo
|
|
.vscode/
|
|
.idea/workspace.xml
|
|
|
|
# Project Specifics
|
|
public/pkg/alchemist.css
|
|
|
|
# Claude
|
|
.claude/worktrees/
|
|
!.claude/settings.local.json
|
|
|
|
.gemini/
|
|
gha-creds-*.json
|