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