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