summaryrefslogtreecommitdiff
path: root/.gitignore
blob: febac64c2041ff1d5e7dc9ff65e32b8defdc8e02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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