Project created from basic template
This commit is contained in:
44
.gitignore
vendored
Normal file
44
.gitignore
vendored
Normal file
@@ -0,0 +1,44 @@
|
||||
# Logs
|
||||
logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
lerna-debug.log*
|
||||
|
||||
node_modules
|
||||
dist
|
||||
dist-ssr
|
||||
|
||||
# Editor directories and files
|
||||
.idea
|
||||
.DS_Store
|
||||
*.suo
|
||||
*.ntvs*
|
||||
*.njsproj
|
||||
*.sln
|
||||
*.sw?
|
||||
|
||||
# Turbo
|
||||
.turbo
|
||||
|
||||
# Storage
|
||||
*.local
|
||||
.storage/
|
||||
|
||||
# Quests
|
||||
.quests/
|
||||
|
||||
# SQLite
|
||||
*.db-journal
|
||||
*.db-wal
|
||||
*.db-shm
|
||||
etilqs_*
|
||||
|
||||
# Environment variables
|
||||
.env*
|
||||
!.env.example
|
||||
|
||||
# TypeScript cache
|
||||
*.tsbuildinfo
|
Reference in New Issue
Block a user