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
|
||||
*.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*
|
||||
|
Loading…
x
Reference in New Issue
Block a user