mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
GITIGNORE: Add vagrant log and ansible retry files
This patch adds the following to the project's .gitignore file: - Vagrant's log file - Ansible's retry files Signed-off-by: Mark Stenglein <mark@stengle.in>
This commit is contained in:
parent
ded1a59914
commit
e1c5685a5d
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -52,6 +52,8 @@ tests/_support/_generated/*
|
||||||
*.cache
|
*.cache
|
||||||
|
|
||||||
.vagrant
|
.vagrant
|
||||||
|
*.log
|
||||||
|
*.retry
|
||||||
|
|
||||||
\.php_cs\.dist
|
\.php_cs\.dist
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue