Add .sass-cache to .gitignore

This commit is contained in:
2024-01-30 17:22:08 -05:00
parent e807cc7468
commit ce7866142d

3
.gitignore vendored
View File

@ -27,3 +27,6 @@ playwright/.cache/
# Environment variables # Environment variables
.env .env
# Sass cache
.sass-cache