From 600f3bfdc9ced0e8f3a1faceb23410d1f7bf5c9d Mon Sep 17 00:00:00 2001 From: sdtsui Date: Sun, 6 Aug 2017 13:27:07 -0700 Subject: Ignore itcss sourcemaps --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 1806b1932..780c4477f 100644 --- a/.gitignore +++ b/.gitignore @@ -24,6 +24,9 @@ test/background.js test/bundle.js test/test-bundle.js +#ignore css sourcemaps +ui/app/css/output/itcss/ + notes.txt .coveralls.yml -- cgit v1.2.3 From 9004081ae0b91cb56c2194d14a8632da651ed605 Mon Sep 17 00:00:00 2001 From: sdtsui Date: Sun, 6 Aug 2017 13:46:49 -0700 Subject: Ignore all compiled css, track only scss --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 780c4477f..08a544449 100644 --- a/.gitignore +++ b/.gitignore @@ -24,8 +24,8 @@ test/background.js test/bundle.js test/test-bundle.js -#ignore css sourcemaps -ui/app/css/output/itcss/ +#ignore css output and sourcemaps +ui/app/css/output/ notes.txt -- cgit v1.2.3 From 90fc4812bc75857581e56eb6d63484dbc5c48cb1 Mon Sep 17 00:00:00 2001 From: "Clark, Jason (Contractor)" Date: Thu, 23 Nov 2017 18:33:44 -0700 Subject: incremental commit --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 08a544449..92b3f2875 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,8 @@ app/bower_components test/bower_components package +.idea + temp .tmp .sass-cache -- cgit v1.2.3