diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2022-07-04 22:20:50 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2022-07-04 22:20:50 -0300 |
commit | 202d6e2a7bccd58823dbdbe6cf4150a4bdad9f74 (patch) | |
tree | 03786d7f0a5b842b67d410b6b5b42c4238ab0727 /.gitignore | |
parent | d89aedcc8c888d7e43ace0922ae93c289f7ab024 (diff) |
for now site.css -> site2.css
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 3c3629e6..6745b9a3 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,7 @@ node_modules + +# FOR NOW: We are using site2.css instead of site.css, +# thanks to breaking changes - we can't have the release +# site reuse the same CSS as the staging/preview one +# anymore! +src/static/site.css |