shellphone.app/api/.gitignore

22 lines
204 B
Plaintext
Raw Normal View History

2021-06-01 21:13:51 +00:00
# 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