Files
api-extranetwork/.gitignore
ExtraNetwork e5c4b6aa13 first commit
2026-05-12 17:04:54 +03:00

39 lines
591 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
# 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