first commit
This commit is contained in:
46
.gitignore
vendored
Normal file
46
.gitignore
vendored
Normal file
@@ -0,0 +1,46 @@
|
||||
# Editors/IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# OS junk
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Logs
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
*.log
|
||||
|
||||
# Node
|
||||
node_modules/
|
||||
*.tsbuildinfo
|
||||
|
||||
# Build artifacts
|
||||
dist/
|
||||
build/
|
||||
.cache/
|
||||
.tmp/
|
||||
.temp/
|
||||
coverage/
|
||||
.eslintcache
|
||||
|
||||
# Env
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
*.local.*
|
||||
|
||||
# Patches/backups
|
||||
*.bak
|
||||
*.orig
|
||||
*.rej
|
||||
|
||||
# Extension packaging
|
||||
web-ext-artifacts/
|
||||
*.crx
|
||||
*.zip
|
||||
|
||||
Reference in New Issue
Block a user