64 lines
941 B
Plaintext
64 lines
941 B
Plaintext
favicon.*
|
|
\#*
|
|
*.log
|
|
*.out
|
|
*.version*
|
|
*~
|
|
robots.txt
|
|
|
|
#ignore local config
|
|
!/config/local-sample.config.php
|
|
/config/*.config.php
|
|
|
|
#ignore config files from eclipse, we don't want IDE files in our repository
|
|
.project
|
|
.buildpath
|
|
.externalToolBuilders
|
|
.settings
|
|
|
|
#ignore OSX .DS_Store files
|
|
.DS_Store
|
|
|
|
#ignore NetBeans IDE's private files (at least)
|
|
/nbproject/private/
|
|
|
|
#Ignore config files from VSCode
|
|
/.vscode/
|
|
|
|
#ignore cache folders
|
|
nbproject
|
|
|
|
#ignore local folder
|
|
/local/
|
|
|
|
#ignore config files from Visual Studio
|
|
/.vs/
|
|
/php_friendica.phpproj
|
|
/php_friendica.sln
|
|
/php_friendica.phpproj.user
|
|
|
|
#ignore config files from JetBrains
|
|
/.idea
|
|
|
|
#ignore base .htaccess
|
|
/.htaccess
|
|
|
|
#Ignore log folder
|
|
/log
|
|
|
|
#Ignore temporary installed phpunit
|
|
/bin/phpunit
|
|
|
|
#Ignore cache files
|
|
.php_cs.cache
|
|
.php-cs-fixer.cache
|
|
|
|
#Ignore autotest results
|
|
autotest-results.xml
|
|
|
|
#ignore phpunit result cache
|
|
tests/.phpunit.result.cache
|
|
|
|
#ignore .php_cs (local copy)
|
|
.php_cs
|