diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2023-01-30 20:35:52 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2023-01-30 20:35:52 -0400 |
commit | e8b0f56ca5846f3dc52b64794e95c73182219e94 (patch) | |
tree | 417f96a6441bad57fa6785150b2b51a40190038e /.gitignore | |
parent | e8a6156d2821bfeac9873721918e41485f0f10e4 (diff) |
rename site2.css -> site3.css
Breaking changes necessitate another new filename, in the abscence of proper delineation between preview and release static files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore index 447e8916..fd4f2b06 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,2 @@ node_modules .DS_Store - -# 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 |