mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-23 19:57:09 +00:00
31 lines
378 B
Plaintext
31 lines
378 B
Plaintext
# Node dependencies
|
|
node_modules/
|
|
server/node_modules/
|
|
|
|
# Environment variables
|
|
.env
|
|
server/.env
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
lerna-debug.log*
|
|
|
|
# Build outputs
|
|
build/
|
|
dist/
|
|
src/public/output.css
|
|
|
|
# Optional files
|
|
.DS_Store
|
|
|
|
# Local Documentation (Not for Repo)
|
|
RELEASE_PROCEDURE.md
|
|
|
|
# Cursor IDE configuration/rules
|
|
.cursor/
|
|
|
|
# macOS
|
|
.DS_Store |