mirror of https://github.com/jetkvm/kvm.git
Add log files and development artifacts to gitignore
This commit is contained in:
parent
9c57fe86c4
commit
3f141c8e9d
|
|
@ -15,3 +15,13 @@ node_modules
|
|||
#internal/native/lib
|
||||
|
||||
ui/reports
|
||||
|
||||
# Log files
|
||||
*.log
|
||||
app.log
|
||||
deploy.log
|
||||
|
||||
# Development files
|
||||
.devcontainer.json
|
||||
utilities/
|
||||
core
|
||||
|
|
|
|||
Loading…
Reference in New Issue