1
0
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:
Awilum
2018-11-15 19:45:20 +03:00
parent 077f8f093f
commit 0207b4819e

19
.gitignore vendored
View File

@@ -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/*