24 lines
378 B
Plaintext
24 lines
378 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
|
|
|
|
|