mirror of
https://github.com/flextype/flextype.git
synced 2025-08-31 16:51:50 +02:00
21 lines
191 B
Plaintext
Executable File
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/*
|