Files
goodreads-book-search/.npmignore
2025-01-18 21:26:13 +03:00

33 lines
441 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.
# Jenkins ve test raporlarını dahil et
Jenkinsfile
mocha-report-config.json
reports/
# Geçici dosyalar ve günlükler
*.log
*.tmp
# Node.js bağımlılıkları
node_modules/
# Derleme veya yapım çıktıları
dist/
build/
# Test ve kapsama raporları
coverage/
# Yapılandırma dosyaları (sadece geliştirme için)
.env
.eslintrc.js
.babelrc
# Projeye özel dosyalar
.secret
.vscode/
.idea/
# Diğer geçici dosyalar
*.swp
*.bak