From 4c7a1c6916ad206e96ceeda81d2a967ed2f890fb Mon Sep 17 00:00:00 2001 From: "Kasper D. Fischer" Date: Sun, 27 Feb 2022 22:34:57 +0100 Subject: [PATCH] update .gitignore ignore .vagrant directory --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index c3f03e0..574e4b8 100644 --- a/.gitignore +++ b/.gitignore @@ -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 +