add common Sass libraries to gitignore
This commit is contained in:
parent
c52a0c7dd9
commit
87b18e321f
23
.gitignore
vendored
23
.gitignore
vendored
@ -1,8 +1,25 @@
|
|||||||
/target
|
|
||||||
*.s[ac]ss
|
*.s[ac]ss
|
||||||
*.css
|
*.css
|
||||||
|
*.exe
|
||||||
|
!input.scss
|
||||||
|
|
||||||
|
# devops
|
||||||
|
/target
|
||||||
Cargo.lock
|
Cargo.lock
|
||||||
coverage
|
coverage
|
||||||
pkg
|
pkg
|
||||||
.idea/
|
flamegraph.svg
|
||||||
!input.scss
|
|
||||||
|
# editor specific
|
||||||
|
.idea
|
||||||
|
.vscode
|
||||||
|
|
||||||
|
# automation tools
|
||||||
|
*.py
|
||||||
|
*.sh
|
||||||
|
*.cmd
|
||||||
|
|
||||||
|
# common Sass frameworks that may wish to live alongside grass for testing
|
||||||
|
susy
|
||||||
|
bulma*
|
||||||
|
bootstrap*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user