firefly-import-preprocessor/.gitignore
2026-05-06 23:17:54 +02:00

65 lines
749 B
Plaintext

# Composer / Dependency Management
vendor/
composer.lock
# IDE / Editor
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
.project
.settings/
*.sublime-workspace
*.sublime-project
# PHP
.php_cs.cache
.phpunit.cache
.phpunit.result.cache
.phpstan.cache
.psalm.cache
# Testing
coverage/
.coverage/
build/
dist/
example-data/
# Logs
*.log
logs/
# Environment Variables
.env
.env.local
.env.*.local
# Project Specific
config/config-*.json
config/import/source/*.csv
config/import/output/*.csv
config/import/archive/*.csv
config/import/error/*.csv
import/
output/
# OS
Thumbs.db
.AppleDouble
.LSOverride
# Docker
.dockerignore
docker-compose.override.yml
# Temporary Files
*.tmp
*.bak
*.backup
/tmp/
/~archive/
firefly-import-preprocessor.code-workspace