mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2024-12-12 15:36:22 +00:00
69 lines
890 B
Plaintext
69 lines
890 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Diagnostic reports (https://nodejs.org/api/report.html)
|
|
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
|
|
|
|
# Runtime data
|
|
pids
|
|
*.pid
|
|
*.seed
|
|
*.pid.lock
|
|
|
|
# Dependency directories
|
|
node_modules/
|
|
|
|
# Optional npm cache directory
|
|
.npm
|
|
|
|
# Optional eslint cache
|
|
.eslintcache
|
|
|
|
# Output of 'npm pack'
|
|
*.tgz
|
|
|
|
# Yarn Integrity file
|
|
.yarn-integrity
|
|
|
|
# dotenv environment variables file
|
|
.env
|
|
.env.test
|
|
|
|
# npm's package-lock (if npm is accidentally used)
|
|
package-lock.json
|
|
|
|
# Docker
|
|
docker/nginx/lolisafe.tld.conf
|
|
docker-compose.config.yml
|
|
|
|
# vscode's workspace settings
|
|
/.vscode
|
|
*.code-workspace
|
|
|
|
# Configuration file
|
|
/config.js
|
|
/views/_globals.njk
|
|
|
|
# Database directory
|
|
/database
|
|
|
|
# Uploads directory
|
|
/uploads
|
|
|
|
# Custom pages directory
|
|
/pages/custom/*
|
|
|
|
# Dist dev
|
|
/dist-dev
|
|
|
|
# User files
|
|
.DS_Store
|
|
.node-version
|
|
.nvmrc
|
|
!.gitkeep
|
|
/public/render/*
|