chore: update gitignore
This commit is contained in:
+14
@@ -33,3 +33,17 @@ build/
|
|||||||
.vscode/
|
.vscode/
|
||||||
/src/main/resources/public/
|
/src/main/resources/public/
|
||||||
|
|
||||||
|
### Common Generated Files ###
|
||||||
|
**/node_modules/
|
||||||
|
**/dist/
|
||||||
|
**/coverage/
|
||||||
|
.cache/
|
||||||
|
.eslintcache
|
||||||
|
*.log
|
||||||
|
npm-debug.log*
|
||||||
|
yarn-debug.log*
|
||||||
|
pnpm-debug.log*
|
||||||
|
|
||||||
|
### OS Files ###
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user