Stop tracking node_modules and add .gitignore
This commit is contained in:
13
.gitignore
vendored
Executable file
13
.gitignore
vendored
Executable file
@@ -0,0 +1,13 @@
|
||||
|
||||
# Node
|
||||
node_modules/
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
coverage/
|
||||
dist/
|
||||
build/
|
||||
.env
|
||||
.env.*
|
||||
.DS_Store
|
||||
Reference in New Issue
Block a user