This repository has been archived on 2022-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
vagrant-lamp/.gitignore
2017-09-27 10:41:36 +02:00

22 lines
No EOL
237 B
Text

.vagrant/
.DS_Store
*.log
*.box
apache/**/*
!apache/conf/.gitkeep
!apache/logs/.gitkeep
mysql/**/*
!mysql/data/.gitkeep
!mysql/logs/.gitkeep
php/**/*
!php/logs/.gitkeep
www/**/*
!www/index.php
!www/mail.php
!www/_browser/
*.sublime*