first commit
This commit is contained in:
36
.gitignore
vendored
Normal file
36
.gitignore
vendored
Normal file
@@ -0,0 +1,36 @@
|
||||
# Compiled output
|
||||
dist/
|
||||
*.js.map
|
||||
|
||||
# Node modules
|
||||
node_modules/
|
||||
|
||||
# pnpm
|
||||
.pnpm-store/
|
||||
|
||||
# Environment variables
|
||||
.env
|
||||
.env.local
|
||||
.env.production
|
||||
|
||||
# Logs
|
||||
logs/
|
||||
*.log
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
.vscode/
|
||||
*.suo
|
||||
*.ntvs*
|
||||
*.njsproj
|
||||
*.sln
|
||||
|
||||
# Build info
|
||||
*.tsbuildinfo
|
||||
|
||||
# Coverage
|
||||
coverage/
|
||||
Reference in New Issue
Block a user