Files
api-extranetwork/.gitignore
ExtraNetwork 2101a917fe
All checks were successful
continuous-integration/drone/push Build is passing
resources lang update
2026-05-13 13:32:10 +03:00

39 lines
605 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/
# OS
.DS_Store
Thumbs.db
# Node
node_modules/
npm-debug.log