From 498b52c64dca125bf8c75f1fc9601ea63eb9e1cc Mon Sep 17 00:00:00 2001 From: Are0h Date: Fri, 11 Sep 2020 13:21:31 -0700 Subject: [PATCH] cleaned up stray file, git ignore edit for nova config --- .gitignore | 1 + theme.json | 7 ------- 2 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 theme.json diff --git a/.gitignore b/.gitignore index 01ec950..225f578 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ node_modules dist +.nova .cache .DS_Store assets \ No newline at end of file diff --git a/theme.json b/theme.json deleted file mode 100644 index 13a7b5d..0000000 --- a/theme.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "name": "default", - "display-name":"Fipamo Default", - "author": "Are0h", - "description": "The most dangerous default theme in the known universe.", - "version": "1.0.0" -} \ No newline at end of file