Initial commit: Project structure and documentation
This commit is contained in:
+72
@@ -0,0 +1,72 @@
|
||||
# Dependencies
|
||||
node_modules/
|
||||
|
||||
# Environment files
|
||||
.env
|
||||
.env.local
|
||||
|
||||
# IDE and editor files
|
||||
dist/
|
||||
.DS_Store
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# Build output
|
||||
/dist/
|
||||
/build/
|
||||
|
||||
# Logs
|
||||
logs/
|
||||
*.log
|
||||
|
||||
# Runtime data
|
||||
.pids/
|
||||
*.pid
|
||||
*.seed
|
||||
*.pid.lock
|
||||
|
||||
# Directory for instrumented libs generated by jscoverage
|
||||
lib-cov/
|
||||
|
||||
# Coverage data
|
||||
coverage/
|
||||
|
||||
# npm cache
|
||||
npm-debug.log*
|
||||
|
||||
# Yarn cache
|
||||
.yarn-cache/
|
||||
|
||||
# dotenv directory
|
||||
.env*.local
|
||||
|
||||
# next.js
|
||||
.next/
|
||||
out/
|
||||
|
||||
# Vite
|
||||
.cache/
|
||||
|
||||
# Editor swap files
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# macOS files
|
||||
.DS_Store
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
|
||||
# Windows files
|
||||
Thumbs.db
|
||||
Desktop.ini
|
||||
|
||||
# Linux files
|
||||
*.~
|
||||
*.bak
|
||||
|
||||
# Temporary files
|
||||
*.tmp
|
||||
*.temp
|
||||
|
||||
# OS generated files
|
||||
._*
|
||||
Reference in New Issue
Block a user