Files
chat/.gitignore
user d87aee80fa
Some checks failed
check / check (push) Has been cancelled
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:21:09 -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/