diff --git a/.gitattributes b/.gitattributes index d55b89b..ad65e23 100644 --- a/.gitattributes +++ b/.gitattributes @@ -198,6 +198,9 @@ Procfile text # Ignore files (like .npmignore or .gitignore) *.*ignore text + + # SCSS *.*css binary *.scss binary +assets/css/** binary