Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3e6cf0c67d |
17
.gitignore
vendored
17
.gitignore
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user