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

*.swp

yarn-error.log

npm-packages-offline-cache/