mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-01-30 06:12:03 +00:00
86 lines
982 B
Plaintext
86 lines
982 B
Plaintext
#added by trueheads > will remove once supercombo adds multi-os support
|
|
launch.sh
|
|
|
|
# Dependencies
|
|
node_modules/
|
|
|
|
# Build outputs
|
|
dist/
|
|
build/
|
|
out/
|
|
.next/
|
|
.turbo/
|
|
|
|
# Automaker
|
|
.automaker/images/
|
|
.automaker/
|
|
/.automaker/*
|
|
/.automaker/
|
|
|
|
.worktrees/
|
|
|
|
/logs
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# OS-specific files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
Desktop.ini
|
|
|
|
# IDE/Editor configs
|
|
.vscode/
|
|
.idea/
|
|
*.sublime-workspace
|
|
*.sublime-project
|
|
|
|
# Editor backup/temp files
|
|
*~
|
|
*.bak
|
|
*.backup
|
|
*.orig
|
|
*.swp
|
|
*.swo
|
|
*.tmp
|
|
*.temp
|
|
|
|
# Local settings (user-specific)
|
|
*.local.json
|
|
|
|
# Application state/backup
|
|
backup.json
|
|
|
|
# Test artifacts
|
|
test-results/
|
|
coverage/
|
|
.nyc_output/
|
|
*.lcov
|
|
playwright-report/
|
|
blob-report/
|
|
|
|
# Environment files (keep .example)
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
!.env.example
|
|
!.env.local.example
|
|
|
|
# TypeScript
|
|
*.tsbuildinfo
|
|
|
|
# Misc
|
|
*.pem
|
|
|
|
docker-compose.override.yml
|
|
.claude/docker-compose.override.yml
|
|
|
|
pnpm-lock.yaml
|
|
yarn.lock |