Add .gitignore to exclude all node packages and lock files
This commit is contained in:
10
.gitignore
vendored
Normal file
10
.gitignore
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
# Ignore all node modules and packages
|
||||
node_modules/
|
||||
**/node_modules/
|
||||
.pnpm/
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
package-lock.json
|
||||
yarn.lock
|
||||
Reference in New Issue
Block a user