From 3f9455f8ceb0e38a232aad9fb9357a65b3afbe09 Mon Sep 17 00:00:00 2001 From: checktheroads Date: Fri, 17 Jan 2020 02:59:33 -0700 Subject: [PATCH] keep ui export dir --- hyperglass/static/.gitignore | 3 ++- hyperglass/static/ui/.gitkeep | 0 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 hyperglass/static/ui/.gitkeep diff --git a/hyperglass/static/.gitignore b/hyperglass/static/.gitignore index f4f7b59..28d76cd 100644 --- a/hyperglass/static/.gitignore +++ b/hyperglass/static/.gitignore @@ -11,4 +11,5 @@ frontend.json node_modules/ # Downloaded Google Fonts fonts/ -ui/* \ No newline at end of file +ui/* +!ui/.gitkeep \ No newline at end of file diff --git a/hyperglass/static/ui/.gitkeep b/hyperglass/static/ui/.gitkeep new file mode 100644 index 0000000..e69de29