Skip to content

Instantly share code, notes, and snippets.

@KaiserWerk
Created April 21, 2019 10:05
Show Gist options
  • Select an option

  • Save KaiserWerk/ed0f4fd1f462bd98fd08a21b7d358af6 to your computer and use it in GitHub Desktop.

Select an option

Save KaiserWerk/ed0f4fd1f462bd98fd08a21b7d358af6 to your computer and use it in GitHub Desktop.
.gitignore template
/.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