From 671e03b4995ae2a65000614281318d03c6ebea20 Mon Sep 17 00:00:00 2001 From: checktheroads Date: Tue, 14 May 2019 16:42:52 -0700 Subject: [PATCH] updated .gitignores to avoid errors --- hyperglass/static/.gitignore | 1 - hyperglass/static/css/.gitignore | 2 ++ hyperglass/static/js/.gitignore | 1 + hyperglass/static/sass/.gitignore | 3 +++ 4 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 hyperglass/static/css/.gitignore create mode 100644 hyperglass/static/js/.gitignore create mode 100644 hyperglass/static/sass/.gitignore diff --git a/hyperglass/static/.gitignore b/hyperglass/static/.gitignore index 2ff48c4..e617da4 100644 --- a/hyperglass/static/.gitignore +++ b/hyperglass/static/.gitignore @@ -1,4 +1,3 @@ .DS_Store node_modules/ package-lock.json - diff --git a/hyperglass/static/css/.gitignore b/hyperglass/static/css/.gitignore new file mode 100644 index 0000000..dbb8726 --- /dev/null +++ b/hyperglass/static/css/.gitignore @@ -0,0 +1,2 @@ +.DS_Store +hyperglass.css diff --git a/hyperglass/static/js/.gitignore b/hyperglass/static/js/.gitignore new file mode 100644 index 0000000..e43b0f9 --- /dev/null +++ b/hyperglass/static/js/.gitignore @@ -0,0 +1 @@ +.DS_Store diff --git a/hyperglass/static/sass/.gitignore b/hyperglass/static/sass/.gitignore new file mode 100644 index 0000000..37520f0 --- /dev/null +++ b/hyperglass/static/sass/.gitignore @@ -0,0 +1,3 @@ +.DS_Store +hyperglass.scss +custom/custom_elements.sass