Skip to content

Instantly share code, notes, and snippets.

@stmoerman
Created April 5, 2018 18:33
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stmoerman/c7dc8d84004ffd2b7bacb728499f9100 to your computer and use it in GitHub Desktop.
Save stmoerman/c7dc8d84004ffd2b7bacb728499f9100 to your computer and use it in GitHub Desktop.
Grav .gitignore
# Composer
.composer
vendor/*
!*/vendor/*
# Sass
.sass-cache
# Grav Specific
backup/*
!backup/.*
cache/*
!cache/.*
logs/*
!logs/.*
images/*
!images/.*
user/data/*
!user/data/.*
user/localhost/config/security.yaml
user/config/security.yaml
# OS Generated
.DS_Store*
ehthumbs.db
Icon?
Thumbs.db
*.swp
# phpstorm
.idea/*
user/config/security.yaml
tests/_output/*
tests/_support/_generated/*
tests/cache/*
tests/error.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment