diff options
author | Vitaly Takmazov | 2023-01-21 12:30:45 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-21 12:30:45 +0300 |
commit | 2949c247e4f1d82e0231c8e7eddfe715d7449aa9 (patch) | |
tree | b69a11e6370934baafbef8cd19128d3aa725fe7d /.gitignore | |
parent | f2526cc84805baedf443bc06b411e51fd2546027 (diff) |
vnext: update Git ignore rules to exclude public/ except index.html
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -21,3 +21,5 @@ src/main/resources/static/*.svg src/main/resources/static/*.map src/main/resources/static/*.LICENSE /application.yml +public/* +!public/index.html |