mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 08:49:13 +00:00

* feat: show new update banner * feat(http): add request logger * refactor: updates checker * feat: make update check optional * fix: empty releases * add toggle switch for update checks * feat: toggle updates check from settings * feat: toggle updates check from settings * feat: check on toggle enabled --------- Co-authored-by: soup <soup@r4tio.dev>
40 lines
527 B
Text
40 lines
527 B
Text
# Logs and databases #
|
|
######################
|
|
*.log
|
|
*.sql
|
|
*.sqlite
|
|
*.db
|
|
*.db-shm
|
|
*.db-wal
|
|
*.db*
|
|
|
|
# OS generated files #
|
|
######################
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# Other
|
|
.idea
|
|
.pnp.*
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/sdks
|
|
!.yarn/versions
|
|
node_modules/
|
|
web/build
|
|
bin/
|
|
log/
|
|
dist/
|
|
.run/
|
|
# If needed, package-lock.json shall be added
|
|
# manually using an explicit git add command.
|
|
package-lock.json
|
|
# Ditto for yarn, except we're using npm.
|
|
yarn.lock
|