Created
April 21, 2019 10:05
-
-
Save KaiserWerk/ed0f4fd1f462bd98fd08a21b7d358af6 to your computer and use it in GitHub Desktop.
.gitignore template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /.idea/ | |
| /.git/ | |
| /vendor/ | |
| /var/* | |
| !/var/cache | |
| /var/cache/* | |
| !var/cache/.gitkeep | |
| !/var/lock | |
| /var/lock/* | |
| !var/lock/.gitkeep | |
| !/var/logs | |
| /var/logs/* | |
| !var/logs/.gitkeep | |
| !/var/sessions | |
| /var/sessions/* | |
| !var/sessions/.gitkeep | |
| composer.lock | |
| config.yml | |
| .DS_Store | |
| Thumbs.db |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment