runtipi/.gitignore
Stavros da98f9a65b
feat: app backups (#1488)
* feat: app backups

* refactor: rename backing up to backing_up

* fix: fix eslint errors

* chore: merge migrations into one

* refactor(backup): allow multiple backups and restore from file

* chore: remove backups from update settings modal

* feat: create table pagination high level component

* feat: app backups API

* chore: migrate to @tanstack/react-query@v5

* feat(client): app backups tab and table

* feat(worker): add archive manager to create and extract tarballs

* feat(backups): restore, backups fixes and imrpovements

* refactor: isolate app backup components in their own class/folder

* feat(backup): delete app backup

* fix(app-backups): bot suggestions

---------

Co-authored-by: Nicolas Meienberger <github@thisprops.com>
2024-07-24 21:30:47 +02:00

77 lines
753 B
Plaintext

*.swo
*.swp
.DS_Store
.vscode
.idea
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# next.js
/.next/
/out/
# production
/build
/dist
server-preload.js
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# local env files
.env*.local
# vercel
.vercel
# typescript
*.tsbuildinfo
logs
.pnpm-debug.log
.env*
!.env.example
!.env.test
github.secrets
node_modules/
/app-data/
/data/
/repos/
/apps/
/traefik/
/backups/
# media folder
media
/state/
/test-results/
/playwright-report/
/playwright/.cache/
temp
./traefik/
/user-config/
# Sentry Config File
.sentryclirc
public/js/*
!public/js/.gitkeep