devcontainer and various tweaks
This commit is contained in:
37
.gitignore
vendored
Normal file
37
.gitignore
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
# Dependencies
|
||||
node_modules/
|
||||
|
||||
# pnpm
|
||||
.pnpm-store/
|
||||
.pnpm-debug.log*
|
||||
|
||||
# Environment and secrets
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
# IDE and editor
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Logs and temp
|
||||
*.log
|
||||
npm-debug.log*
|
||||
tmp/
|
||||
temp/
|
||||
.cache/
|
||||
|
||||
# Local Docker
|
||||
.docker/
|
||||
|
||||
# Build artifacts (if any added later)
|
||||
dist/
|
||||
build/
|
||||
*.local
|
||||
Reference in New Issue
Block a user