1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-31 16:51:50 +02:00
Files
php-flextype/.gitignore
2020-05-21 16:27:46 +03:00

21 lines
191 B
Plaintext
Executable File

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