diff options
author | mathgl67 <mathgl67@gmail.com> | 2014-02-21 21:19:44 +0100 |
---|---|---|
committer | mathgl67 <mathgl67@gmail.com> | 2014-02-21 21:19:44 +0100 |
commit | d95598a86f0f7e9b9db8eb3b1aa1d765bede4fc2 (patch) | |
tree | 06ddf57e8b8355eebe6b420380baefe7c91faac8 /.gitignore | |
parent | c2f8e1c4360cbdd0c740b747d017034d97d8e053 (diff) |
Add a Vagrantfile to help lazy people to test Kanboard.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -40,5 +40,10 @@ Thumbs.db *.lock *.out +# Vagrant # +########### + +.vagrant + # App specific # ################ |