From 87b18e321f828ebb8a23ffffa88ffa9a1cce1430 Mon Sep 17 00:00:00 2001 From: Connor Skees Date: Sat, 4 Jul 2020 11:39:22 -0400 Subject: [PATCH] add common Sass libraries to gitignore --- .gitignore | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2089ed5..fd9190f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,25 @@ -/target *.s[ac]ss *.css +*.exe +!input.scss + +# devops +/target Cargo.lock coverage pkg -.idea/ -!input.scss \ No newline at end of file +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*