mirror of https://github.com/requarks/wiki
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
475 B
47 lines
475 B
# Logs
|
|
logs
|
|
*.log
|
|
/logs
|
|
|
|
# Deployment builds
|
|
dist
|
|
|
|
# Dependency directories
|
|
node_modules
|
|
npm/node_modules
|
|
|
|
# NPM / Yarn
|
|
.npm
|
|
.node_repl_history
|
|
npm-debug.log*
|
|
/.yarn
|
|
/.pnpm-store
|
|
|
|
# Generated assets
|
|
/assets
|
|
|
|
# Config Files
|
|
/config.yml
|
|
/localazy.keys.json
|
|
|
|
# Data directories
|
|
/repo
|
|
/data
|
|
/uploads
|
|
/content
|
|
/temp
|
|
/tmp
|
|
*.sqlite
|
|
|
|
# IDE exclude
|
|
.idea
|
|
*.sublime-*
|
|
|
|
# Test results
|
|
test-results/
|
|
.scannerwork
|
|
|
|
# Localization Resources
|
|
/server/locales/*.json
|
|
!/server/locales/en.json
|