diff options
author | Vitaly Takmazov | 2023-01-23 01:51:19 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-23 01:51:19 +0300 |
commit | 63fe5e671193ec54e964f6113b65413683005d9f (patch) | |
tree | b55320787331d860a953bf56a84e5d7b33603bef | |
parent | 10c81f1ccd538a77d5801ff39bc48274bbea470c (diff) |
Fix Git ignore rules
-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 + |