mirror of
https://github.com/flextype/flextype.git
synced 2025-08-09 06:36:52 +02:00
update gitignore file
This commit is contained in:
19
.gitignore
vendored
19
.gitignore
vendored
@@ -1,5 +1,14 @@
|
||||
.idea
|
||||
.DS_Store
|
||||
composer.phar
|
||||
composer.lock
|
||||
vendor
|
||||
# Composer
|
||||
.composer
|
||||
vendor/*
|
||||
!*/vendor/*
|
||||
|
||||
# OS Generated
|
||||
.DS_Store*
|
||||
ehthumbs.db
|
||||
Icon?
|
||||
Thumbs.db
|
||||
*.swp
|
||||
|
||||
# phpstorm
|
||||
.idea/*
|
||||
|
Reference in New Issue
Block a user