From a65aa54f60a0be74d99c0c5db92aab1c6cbb5f56 Mon Sep 17 00:00:00 2001 From: checktheroads Date: Wed, 14 Aug 2019 09:35:13 -0700 Subject: [PATCH] update gitignore --- hyperglass/static/.gitignore | 1 + hyperglass/static/ui/.gitignore | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 hyperglass/static/ui/.gitignore diff --git a/hyperglass/static/.gitignore b/hyperglass/static/.gitignore index 1210ddd..ae08843 100644 --- a/hyperglass/static/.gitignore +++ b/hyperglass/static/.gitignore @@ -6,3 +6,4 @@ old/ .cache yarn-error.log theme.sass +test* diff --git a/hyperglass/static/ui/.gitignore b/hyperglass/static/ui/.gitignore new file mode 100644 index 0000000..d0d85b9 --- /dev/null +++ b/hyperglass/static/ui/.gitignore @@ -0,0 +1,8 @@ +*.css +*.js +*.map +*.woff +*.woff2 +*.svg +*.ttf +*.eot