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