Files
newznab-tmux/.gitignore
T
PyRowMan 546027af7a Update .gitignore to include .php-cs-fixer.cache
Added .php-cs-fixer.cache to ignore list for better tooling support.
2024-12-20 12:27:56 +01:00

44 lines
616 B
Plaintext

.DS_Store
config.php
docker/.zsh_history
docker/composer-auth.json
docker/php-overrides.local.ini
docker-compose.override.yml
.env
install.lock
error_log
failed-login.log
php_errors.log
php-errors.log
test.php
.php-cs-fixer.cache
# Editor temp files
*#
*~
*.orig
/.idea/
/vendor/*
/storage/covers/*
/storage/nzb/*
/resources/tmp/*
!/resources/tmp/unrar/
!/resources/tmp/unzip/
!/resources/tmp/imdb_cache/
!/public/assets/*
# Logs
npm-debug.log*
# Dependency directories
node_modules/
# Optional npm cache directory
.npm
# Stores VSCode versions used for testing VSCode extensions
.vscode-test
/.phpunit.cache