Skip to content

Commit 5480ef8

Browse files
author
Anton Eriksson
committed
refactor(js): Extract infomap-parser npm package
1 parent 769e508 commit 5480ef8

File tree

9 files changed

+2207
-9
lines changed

9 files changed

+2207
-9
lines changed

interfaces/js/parser/.gitignore

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
2+
# See https://help.github.com/ignore-files/ for more about ignoring files.
3+
4+
# dependencies
5+
node_modules
6+
7+
# builds
8+
build
9+
dist
10+
.rpt2_cache
11+
12+
# misc
13+
.DS_Store
14+
.env
15+
.env.local
16+
.env.development.local
17+
.env.test.local
18+
.env.production.local
19+
20+
npm-debug.log*
21+
yarn-debug.log*
22+
yarn-error.log*

0 commit comments

Comments
 (0)