Files
Grav/.gitignore
Djamil Legato 7fe6d1fcd8 Ignoring any subfolder of user/themes/ and user/plugins/
Added instructions on how to pull the required theme and plugins
2014-08-06 17:01:41 -07:00

25 lines
233 B
Plaintext
Executable File

# Composer
composer.lock
# Sass
.sass-cache
# OS Generated
.DS_Store*
ehthumbs.db
Icon?
Thumbs.db
*.swp
# Grav Specific
/cache
/logs
/images
/user/data/*
!/user/data/index.html
user/plugins/**/
user/themes/**/
# phpstorm
.idea/*