summaryrefslogtreecommitdiff
path: root/.gitignore
blob: c8ef9b0563cec57eaf2b136d671e2636c20ca937 (plain)
1
2
3
4
5
6
7
8
.idea/
.nyc_output/
build/
dist/

# Even though node_modules are tracked in git,
# per default we don't want them to show up in git status
node_modules