Skip to content

Commit eb03e57

Browse files
committed
Update values
1 parent 9b6c314 commit eb03e57

11 files changed

+372
-586
lines changed

Diff for: .gitignore

+3-20
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,7 @@
11
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2-
*
3-
# dependencies
4-
!node_modules/
5-
!/node_modules/phylotree/
6-
!/node_modules/phylotree/src/
7-
!/node_modules/phylotree/src/phylotree*
8-
9-
!/src/
10-
!/src/**
11-
# !/src/components/*
12-
!/public/
13-
!/public/**
14-
!/server/
15-
!/server/**
16-
17-
!.babelrc
18-
!.env
19-
!README.md
20-
!package-lock.json
21-
!package.json
2+
/node_modules
3+
/.vs
4+
/.vscode
225
/.pnp
236
.pnp.js
247

0 commit comments

Comments
 (0)