mirror change from https://github.com/binhkid2/FullStack-Blog-Nestjs-Nextjs-Postgres
This commit is contained in:
100
backend/.gitignore
vendored
Normal file
100
backend/.gitignore
vendored
Normal file
@@ -0,0 +1,100 @@
|
||||
# -----------------------------
|
||||
# Dependencies
|
||||
# -----------------------------
|
||||
node_modules/
|
||||
jspm_packages/
|
||||
|
||||
# Optional npm cache directory
|
||||
.npm
|
||||
|
||||
# Optional eslint cache
|
||||
.eslintcache
|
||||
|
||||
# -----------------------------
|
||||
# Build Output
|
||||
# -----------------------------
|
||||
dist/
|
||||
build/
|
||||
coverage/
|
||||
.nyc_output/
|
||||
|
||||
# TypeScript
|
||||
*.tsbuildinfo
|
||||
|
||||
# -----------------------------
|
||||
# Environment Variables
|
||||
# -----------------------------
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
# -----------------------------
|
||||
# Logs
|
||||
# -----------------------------
|
||||
logs/
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
lerna-debug.log*
|
||||
|
||||
# -----------------------------
|
||||
# OS Files
|
||||
# -----------------------------
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# -----------------------------
|
||||
# IDE / Editor
|
||||
# -----------------------------
|
||||
.vscode/
|
||||
!.vscode/extensions.json
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# -----------------------------
|
||||
# Testing
|
||||
# -----------------------------
|
||||
/jest-cache/
|
||||
coverage/
|
||||
|
||||
# -----------------------------
|
||||
# Misc
|
||||
# -----------------------------
|
||||
tmp/
|
||||
temp/
|
||||
.cache/
|
||||
|
||||
# -----------------------------
|
||||
# Docker (optional)
|
||||
# -----------------------------
|
||||
docker-compose.override.yml
|
||||
|
||||
# -----------------------------
|
||||
# Package Managers
|
||||
# -----------------------------
|
||||
.pnp/
|
||||
.pnp.js
|
||||
|
||||
# -----------------------------
|
||||
# Nest CLI
|
||||
# -----------------------------
|
||||
nest-cli.json.lock
|
||||
|
||||
# -----------------------------
|
||||
# Firebase / Serverless (optional)
|
||||
# -----------------------------
|
||||
.firebase/
|
||||
.serverless/
|
||||
|
||||
# -----------------------------
|
||||
# Mac
|
||||
# -----------------------------
|
||||
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
|
||||
*.sqlite
|
||||
*.sqlite3
|
||||
Reference in New Issue
Block a user