From bc0816cda60324e7db7ef5f7838aed30d99820c7 Mon Sep 17 00:00:00 2001 From: niklassc7 <44340628+niklassc7@users.noreply.github.com> Date: Fri, 29 Nov 2024 11:05:05 +0100 Subject: [PATCH] add sentry/backup.json to gitignore (#3450) The backup-method described in the [documentation](https://develop.sentry.dev/self-hosted/backup/#backup) `./scripts/backup.sh` creates a backup file at `sentry/backup.json` which should be ignored by git. ### Legal Boilerplate Look, I get it. The entity doing business as "Sentry" was incorporated in the State of Delaware in 2015 as Functional Software, Inc. and is gonna need some rights from me in order to utilize my contributions in this here PR. So here's the deal: I retain all rights, title and interest in and to my contributions, and by keeping this boilerplate intact I confirm that Sentry can use, modify, copy, and redistribute my contributions, under Sentry's choice of terms. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 13f8982..26d3ff5 100644 --- a/.gitignore +++ b/.gitignore @@ -89,6 +89,7 @@ data/ sentry/sentry.conf.py sentry/config.yml sentry/*.bak +sentry/backup.json sentry/enhance-image.sh sentry/requirements.txt relay/credentials.json