1
0
mirror of https://github.com/flextype/flextype.git synced 2025-01-29 10:17:48 +01:00
php-flextype/.gitignore
2019-08-09 13:06:40 +03:00

23 lines
230 B
Plaintext
Executable File

# Global
.composer
composer.lock
package-lock.json
vendor/
node_modules/
dist/
# Flextype Site Specific
site/cache/
site/accounts/
site/watermarks/
# OS Generated
.DS_Store*
ehthumbs.db
Icon?
Thumbs.db
*.swp
# phpstorm
.idea/*