Skip to content

Commit

Permalink
chore: exclude .env from clean
Browse files Browse the repository at this point in the history
  • Loading branch information
nihalgonsalves committed Oct 26, 2024
1 parent e9473a9 commit 931bf6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"start:fe": "yarn fe preview:vite",
"start:be": "yarn be start",
"start:e2e": "yarn build:be && yarn run-p start:be 'fe dev:vite'",
"clean": "git clean -Xdf",
"clean": "git clean -Xdf --exclude='!packages/backend/.env'",
"test": "vitest",
"lint": "run-p 'lint:*'",
"lint:eslint": "eslint",
Expand Down

0 comments on commit 931bf6e

Please sign in to comment.