1 Commits
v1.7 ... plugin

Author SHA1 Message Date
Tom Slominski
3e6cf0c67d New .gitignore. 5 lines to include one directory. Amazing. 2015-07-12 13:37:24 +01:00

17
.gitignore vendored
View File

@@ -13,8 +13,23 @@
!LICENSE.md !LICENSE.md
!CHANGELOG.md !CHANGELOG.md
# And it's plugin
!user/
user/*
!user/plugins/
user/plugins/*
!user/plugins/infinity-squared-settings/
# But specifically ignore these things # But specifically ignore these things
public/config.php public/config.php
public/.DS_Store
public/custom.css public/custom.css
public/phpqrcode/cache/* public/phpqrcode/cache/*
# Various OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db