2016-01-11 10:54:14 +01:00
|
|
|
# Ignore all dotfiles #
|
|
|
|
#######################
|
|
|
|
.*
|
|
|
|
!/.gitignore
|
|
|
|
!/.editorconfig
|
|
|
|
!/.scrutinizer.yml
|
2016-03-03 11:56:29 -06:00
|
|
|
!/.travis.yml
|
2016-08-10 15:16:21 -05:00
|
|
|
!/.php_cs
|
2016-05-02 18:17:31 +00:00
|
|
|
!/.github/
|
2016-01-11 10:54:14 +01:00
|
|
|
|
|
|
|
# Others #
|
|
|
|
##########
|
|
|
|
*.swp
|
2016-08-15 12:41:39 -05:00
|
|
|
/composer.lock
|
2016-01-11 10:54:14 +01:00
|
|
|
Thumbs.db
|
2013-11-19 08:57:43 +10:00
|
|
|
config.php
|
2016-01-11 10:54:14 +01:00
|
|
|
html/plugins/*
|
|
|
|
!html/plugins/Test/
|
2015-02-06 08:59:42 +10:00
|
|
|
junk
|
2013-11-19 08:57:43 +10:00
|
|
|
logs
|
2016-01-11 10:54:14 +01:00
|
|
|
nbproject
|
2013-10-29 05:48:19 +10:00
|
|
|
patches
|
2013-11-19 08:57:43 +10:00
|
|
|
rrd
|
2016-08-15 12:41:39 -05:00
|
|
|
/vendor
|
2016-08-26 00:40:11 +01:00
|
|
|
composer.phar
|