mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-03-29 03:32:53 -04:00
* Rename to phpstan.dist.neon * gitignore phpstan.neon * Update phpstan-next accordingly * Fixes for PHPStan bleedingEdge
29 lines
265 B
Plaintext
29 lines
265 B
Plaintext
/.htaccess
|
|
/bin/
|
|
/constants.local.php
|
|
/data.back/
|
|
/extensions/node_modules/
|
|
/extensions/vendor/
|
|
/node_modules/
|
|
/phpstan.neon
|
|
/vendor/
|
|
|
|
.vscode/
|
|
|
|
# Temp files
|
|
*~
|
|
*.bak
|
|
*.backup
|
|
*.cache
|
|
\#*
|
|
.\#*
|
|
*\#
|
|
*.swp
|
|
*.swap
|
|
*.sav
|
|
*.save
|
|
*.autosav
|
|
*.autosave
|
|
*.sass-cache
|
|
sass.sh
|