chore: Install project dependencies.
Some checks failed
Build and Deploy / build-and-deploy (push) Has been cancelled
Some checks failed
Build and Deploy / build-and-deploy (push) Has been cancelled
This commit is contained in:
21
.gitignore
vendored
Normal file
21
.gitignore
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
# Dependencies
|
||||
node_modules
|
||||
.pnp
|
||||
.pnp.js
|
||||
|
||||
# Testing
|
||||
coverage
|
||||
|
||||
# Production
|
||||
dist
|
||||
build
|
||||
|
||||
# Misc
|
||||
.DS_Store
|
||||
.env
|
||||
.npmrc
|
||||
*.log
|
||||
|
||||
# IDEs
|
||||
.vscode
|
||||
.idea
|
||||
Reference in New Issue
Block a user