Files
api-extranetwork/.gitignore
ExtraNetwork c423d088d9
Some checks reported errors
continuous-integration/drone/push Build encountered an error
update droneyml
2026-05-13 11:58:49 +03:00

41 lines
623 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/vendor
/.idea
/.vscode
Homestead.json
Homestead.yaml
.env
composer.lock
/Dockerfile
/docker-compose.yml
# Büyük SQL dosyaları
*.sql
# Public upload klasörleri
/public/property-photos/
/public/property-files/
/public/property-zip-files/
/public/property-map/
/public/property-group/
/public/property-catalog/
/public/property-web-content/
/public/property-web-popup/
/public/blog/
# Storage (log, cache vs.)
/storage/logs/*
!/storage/logs/.gitignore
/storage/framework/cache/data/
/storage/framework/sessions/
/storage/framework/views/
/resources/lang/
# OS
.DS_Store
Thumbs.db
# Node
node_modules/
npm-debug.log