update .gitignore

ignore .vagrant directory
This commit is contained in:
Kasper D. Fischer 2022-02-27 22:34:57 +01:00
parent 5d38db389d
commit 4c7a1c6916

7
.gitignore vendored
View File

@ -38,6 +38,12 @@ Network Trash Folder
Temporary Items
.apdisk
## Vagrant
.vagrant/
# Log files (if you are creating logs in debug mode, uncomment this)
# *.log
## Project Files
wsgi/.idea
www/dlsv
@ -47,3 +53,4 @@ www/data/events.xml
www/data/geolocation.js
scripts/*.json
scripts/*.xml