mirror of
https://github.com/EthanShoeDev/fressh.git
synced 2026-01-11 06:12:51 +00:00
21 lines
368 B
Plaintext
21 lines
368 B
Plaintext
# Exclude build and workspace caches not meant for publication
|
|
.turbo/
|
|
|
|
# Node modules should never be packed (npm ignores it by default, but explicit is fine)
|
|
node_modules/
|
|
|
|
# OS cruft
|
|
**/.DS_Store
|
|
|
|
# Keep dist outputs and sources; do not exclude them here
|
|
# dist/
|
|
# dist-internal/
|
|
# src/
|
|
|
|
# Common ignores that shouldn't ship
|
|
coverage/
|
|
.vscode/
|
|
.idea/
|
|
*.log
|
|
*.local
|