From 0d623f3b7715e0a451e75cfc98d038d09b667740 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=98=99=E2=97=A6=20The=20Tablet=20=E2=9D=80=20GamerGirla?= =?UTF-8?q?ndCo=20=E2=97=A6=E2=9D=A7?= Date: Tue, 26 Sep 2023 23:56:10 -0400 Subject: [PATCH] chore(workspace): ignore `tmp/` and `stories/` directories --- .gitignore | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a7825be..76ee559 100644 --- a/.gitignore +++ b/.gitignore @@ -22,4 +22,12 @@ logs .env .env.* !.env.example -_migrate/comp \ No newline at end of file + +# compiled migrations +_migrate/comp + +# temp file uploads +tmp/ + +# story content (temporary) +stories/*.txt \ No newline at end of file