diff options
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 |