update .gitignore
ignore .vagrant directory
This commit is contained in:
parent
5d38db389d
commit
4c7a1c6916
7
.gitignore
vendored
7
.gitignore
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user