shellphone.app/api/.gitignore
2021-06-01 23:13:51 +02:00

22 lines
204 B
Plaintext

# API keys and secrets
.env
# Dependency directory
node_modules
bower_components
# Editors
.idea
*.iml
# OS metadata
.DS_Store
Thumbs.db
# Ignore built ts files
dist/**/*
# Logging files
*.log
*.pyc