Files
chat/.gitignore
user 4b2888cb90
All checks were successful
check / check (push) Successful in 4s
fix: remove build artifacts from repo, build SPA in Docker
- Remove web/dist/ from git tracking (build output)
- Add web/dist/ to .gitignore
- Add Node.js web-builder stage to Dockerfile to compile SPA at build time
- Update REPO_POLICIES.md from upstream sneak/prompts (build artifacts policy)
2026-03-09 17:25:49 -07:00

40 lines
305 B
Plaintext

# OS
.DS_Store
Thumbs.db
# Editors
*.swp
*.swo
*~
*.bak
.idea/
.vscode/
*.sublime-*
# Node
node_modules/
# Environment / secrets
.env
.env.*
*.pem
*.key
# Build artifacts
web/dist/
/neoircd
/bin/
*.exe
*.dll
*.so
*.dylib
*.test
*.out
vendor/
# Project
data.db
debug.log
/neoirc-cli
web/node_modules/