mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 16:59:12 +00:00

* chore(build): Use pnpm in Makefile
* 🏃♂️
* fix: add back gitkeep
---------
Co-authored-by: Kyle Sanderson <kyle.leet@gmail.com>
Co-authored-by: ze0s <ze0s@riseup.net>
43 lines
555 B
Text
43 lines
555 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/
|
|
tmp/
|
|
# 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
|
|
dist/*
|
|
!dist/.gitkeep
|