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
|
Temporary Items
|
||||||
.apdisk
|
.apdisk
|
||||||
|
|
||||||
|
## Vagrant
|
||||||
|
.vagrant/
|
||||||
|
|
||||||
|
# Log files (if you are creating logs in debug mode, uncomment this)
|
||||||
|
# *.log
|
||||||
|
|
||||||
## Project Files
|
## Project Files
|
||||||
wsgi/.idea
|
wsgi/.idea
|
||||||
www/dlsv
|
www/dlsv
|
||||||
@ -47,3 +53,4 @@ www/data/events.xml
|
|||||||
www/data/geolocation.js
|
www/data/geolocation.js
|
||||||
scripts/*.json
|
scripts/*.json
|
||||||
scripts/*.xml
|
scripts/*.xml
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user