22 lines
204 B
Plaintext
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
|