simplify gitignore file cleaning
This commit is contained in:
parent
f86e31a06c
commit
461bb83757
7 changed files with 6 additions and 14 deletions
|
@ -8,7 +8,7 @@
|
|||
"build": "turbo run build",
|
||||
"test:unit": "turbo run test:unit --parallel --continue",
|
||||
"test:e2e": "turbo run test:e2e --parallel --continue",
|
||||
"i_am_sure_i_want_to_nuke_gitignored_files": "turbo run i_am_sure_i_want_to_nuke_gitignored_files && rm -rf node_modules .turbo .devenv .direnv .devenv.flake.nix"
|
||||
"nuke": "git clean -dxf"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@pompydev/eslint-config": "workspace:*",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue