mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 23:01:29 +00:00
546027af7a
Added .php-cs-fixer.cache to ignore list for better tooling support.
44 lines
616 B
Plaintext
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
|