add common Sass libraries to gitignore

This commit is contained in:
Connor Skees 2020-07-04 11:39:22 -04:00
parent c52a0c7dd9
commit 87b18e321f

23
.gitignore vendored
View File

@ -1,8 +1,25 @@
/target
*.s[ac]ss
*.css
*.exe
!input.scss
# devops
/target
Cargo.lock
coverage
pkg
.idea/
!input.scss
flamegraph.svg
# editor specific
.idea
.vscode
# automation tools
*.py
*.sh
*.cmd
# common Sass frameworks that may wish to live alongside grass for testing
susy
bulma*
bootstrap*