filesafe/.gitignore
Bobby b80e2cca6e
feat: _globals.njk -> _globals.sample.njk
it's now the same as config.js file
copy it as _globals.njk then modify according to your needs
2022-03-04 01:36:54 +07:00

70 lines
901 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
/database/db
/database/db-*
# Uploads directory
/uploads
# Custom pages directory
/pages/custom
# Dist dev
/dist-dev
# User files
.DS_Store
.nvmrc
!.gitkeep
/start.json
/migrate.js
# User directories (renders)
/public/render/**/original
/public/render/**/wip