New .gitignore. 5 lines to include one directory. Amazing.
This commit is contained in:
17
.gitignore
vendored
17
.gitignore
vendored
@@ -13,8 +13,23 @@
|
||||
!LICENSE.md
|
||||
!CHANGELOG.md
|
||||
|
||||
# And it's plugin
|
||||
!user/
|
||||
user/*
|
||||
!user/plugins/
|
||||
user/plugins/*
|
||||
!user/plugins/infinity-squared-settings/
|
||||
|
||||
# But specifically ignore these things
|
||||
public/config.php
|
||||
public/.DS_Store
|
||||
public/custom.css
|
||||
public/phpqrcode/cache/*
|
||||
|
||||
# Various OS generated files
|
||||
.DS_Store
|
||||
.DS_Store?
|
||||
._*
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
ehthumbs.db
|
||||
Thumbs.db
|
||||
|
||||
Reference in New Issue
Block a user