This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
Zaimki/.gitignore

116 lines
1.5 KiB
Plaintext
Raw Normal View History

/data
/locale/*/db.sqlite
2020-08-04 07:15:41 -07:00
2020-10-12 02:46:26 -07:00
/db.sqlite
2021-07-07 13:17:02 -07:00
/db.sqlite-shm
/db.sqlite-wal
2021-09-14 08:45:20 -07:00
/db.sqlite-*
2020-10-12 02:46:26 -07:00
2021-11-27 14:44:19 -08:00
/*.sqlite
2020-08-04 07:15:41 -07:00
/daemonise.json
/daemonise.log
2020-10-13 12:49:08 -07:00
/keys
2021-06-09 23:45:13 -07:00
/stats.json
2021-06-17 13:54:08 -07:00
/cache
2021-07-10 07:46:29 -07:00
/static/card
2021-09-14 08:45:20 -07:00
/static/img-local
2021-11-27 14:45:14 -08:00
/static/docs-local
2021-06-17 13:54:08 -07:00
2022-04-06 04:52:14 -07:00
moderation/*
2022-06-11 17:20:02 -07:00
!moderation/.gitkeep
2021-11-23 05:30:51 -08:00
2020-07-22 13:19:23 -07:00
# Created by .ignore support plugin (hsz.mobi)
### Node template
# Logs
/logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
# Coverage directory used by tools like istanbul
coverage
# nyc test coverage
.nyc_output
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt
# Bower dependency directory (https://bower.io/)
bower_components
# node-waf configuration
.lock-wscript
# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release
# Dependency directories
node_modules/
jspm_packages/
# TypeScript v1 declaration files
typings/
# Optional npm cache directory
.npm
# Optional eslint cache
.eslintcache
# Optional REPL history
.node_repl_history
# Output of 'npm pack'
*.tgz
# Yarn Integrity file
.yarn-integrity
# dotenv environment variables file
.env
# parcel-bundler cache (https://parceljs.org/)
.cache
# next.js build output
.next
# nuxt.js build output
.nuxt
# Nuxt generate
dist
# vuepress build output
.vuepress/dist
# Serverless directories
.serverless
# IDE / Editor
.idea
# Service worker
sw.*
# macOS
.DS_Store
# Vim swap files
*.swp