diff --git a/.gitignore b/.gitignore index 557b38a..36a87e8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ node_modules tasks.txt -outcome.txt *.pem -dist \ No newline at end of file +dist +outcome.txt diff --git a/client/.gitignore b/client/.gitignore index ba1a0b6..8585166 100644 --- a/client/.gitignore +++ b/client/.gitignore @@ -34,4 +34,4 @@ yarn-error.log* # typescript *.tsbuildinfo next-env.d.ts -.env \ No newline at end of file +.env