mirror of
https://github.com/getgrav/grav.git
synced 2026-08-05 01:31:05 +02:00
25 lines
233 B
Plaintext
Executable File
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/*
|