diff options
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | vnext/.gitignore | 3 |
2 files changed, 3 insertions, 2 deletions
@@ -21,5 +21,3 @@ src/main/resources/static/*.svg src/main/resources/static/*.map src/main/resources/static/*.LICENSE /application.yml -public/* -!public/index.html diff --git a/vnext/.gitignore b/vnext/.gitignore index 5a1e9bca..e5230610 100644 --- a/vnext/.gitignore +++ b/vnext/.gitignore @@ -2,3 +2,6 @@ node_modules/** dist/** .DS_Store config/local.json +public/* +!public/index.html + |