gitignore
This commit is contained in:
parent
ffbf63a15d
commit
692cf2223c
1 changed files with 27 additions and 0 deletions
27
.gitignore
vendored
Normal file
27
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
# Node modules
|
||||
node_modules/
|
||||
|
||||
# Dependency lock files
|
||||
package-lock.json
|
||||
yarn.lock
|
||||
pnpm-lock.yaml
|
||||
|
||||
# Environment variables
|
||||
.env
|
||||
|
||||
# Logs
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
|
||||
# OS files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# VS Code settings
|
||||
.vscode/
|
||||
|
||||
# Build output
|
||||
dist/
|
||||
build/
|
||||
Loading…
Add table
Reference in a new issue