Files
kme_content_adapter/.gitignore

36 lines
376 B
Plaintext

# Dependencies
node_modules/
# Environment variables
.env
.env.local
.env.*.local
# Service Account credentials (NEVER commit!)
global/*.json
src/globalVariables/kme_CSA_settings.json
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# OS files
.DS_Store
Thumbs.db
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Test coverage
coverage/
# Temporary files
*.tmp
.temp/