From 13bf2d0d14709d56dc8d6121d02209e8b417f4d6 Mon Sep 17 00:00:00 2001 From: Koper Date: Wed, 2 Aug 2023 16:34:50 +0700 Subject: [PATCH] Re-added .sentryclirc to .gitignore for security concerns --- www/.gitignore | 3 +++ www/.sentryclirc | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) delete mode 100644 www/.sentryclirc diff --git a/www/.gitignore b/www/.gitignore index 8f322f0d..b04d3ebd 100644 --- a/www/.gitignore +++ b/www/.gitignore @@ -33,3 +33,6 @@ yarn-error.log* # typescript *.tsbuildinfo next-env.d.ts + +.sentryclirc + diff --git a/www/.sentryclirc b/www/.sentryclirc deleted file mode 100644 index f6a9ba41..00000000 --- a/www/.sentryclirc +++ /dev/null @@ -1,2 +0,0 @@ -[auth] -token=***REMOVED***