Initial commit
This commit is contained in:
17
.gitignore
vendored
Normal file
17
.gitignore
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Node / tooling
|
||||
node_modules/
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
|
||||
# Env / secrets
|
||||
.env
|
||||
.env.*
|
||||
|
||||
# Misc
|
||||
*.tmp
|
||||
*.swp
|
||||
Reference in New Issue
Block a user