Files
api-extranetwork/.gitignore
ExtraNetwork 404445fed4
Some checks are pending
continuous-integration/drone/push Build is running
update Dockerfile and .gitignore for improved permissions and organization
2026-05-13 13:38:14 +03:00

39 lines
603 B
Plaintext
Raw Permalink 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