1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-06 21:26:48 +02:00

update .gitignore

This commit is contained in:
Awilum
2019-08-09 13:06:40 +03:00
parent b205366a45
commit 9d5bdd9211

13
.gitignore vendored
View File

@@ -1,8 +1,15 @@
# Composer
# Global
.composer
composer.lock
vendor/*
!*/vendor/*
package-lock.json
vendor/
node_modules/
dist/
# Flextype Site Specific
site/cache/
site/accounts/
site/watermarks/
# OS Generated
.DS_Store*