mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2024-12-12 23:46:22 +00:00
68 lines
883 B
Plaintext
68 lines
883 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
|
|
|
|
# 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
|
|
|
|
# User directories (renders)
|
|
/public/render/**/original
|
|
/public/render/**/wip
|