Files
stackpulse/.gitignore
T
2025-09-29 07:19:01 +00:00

24 lines
384 B
Plaintext

node_modules
**/node_modules
npm-debug.log
.DS_Store
.git
.vscode
.idea
frontend/build
frontend/dist
backend/node_modules
backend/.env
frontend/node_modules
docker-compose.dev.yml
scripts/dev-script.sh
scripts/docker-release.sh
scripts/git-push.sh
scripts/merge-dev-to-master.sh
scripts/merge-feature-to-dev.sh
scripts/new-feature.sh
scripts/stash.sh
scripts/switch-branch.sh
backup