Skip to content

Commit 024ca79

Browse files
a
1 parent 492e5f3 commit 024ca79

File tree

5,106 files changed

+15
-159129
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

5,106 files changed

+15
-159129
lines changed

.DS_Store

6 KB
Binary file not shown.

.gitignore

+13-18
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,18 @@
1-
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
1+
# See http://help.github.com/ignore-files/ for more about ignoring files.
22

33
# dependencies
44
/node_modules
5-
/.pnp
6-
.pnp.js
5+
node_modules
76

8-
# testing
9-
/coverage
7+
# profiling files
8+
chrome-profiler-events.json
9+
speed-measure-plugin.json
1010

11-
# production
12-
/build
13-
14-
# misc
15-
.DS_Store
16-
.env.local
17-
.env.development.local
18-
.env.test.local
19-
.env.production.local
20-
21-
npm-debug.log*
22-
yarn-debug.log*
23-
yarn-error.log*
11+
# IDEs and editors
12+
/.idea
13+
.project
14+
.classpath
15+
.c9/
16+
*.launch
17+
.settings/
18+
*.sublime-workspace

node_modules/.bin/shjs

-1
This file was deleted.

node_modules/ansi-escapes/index.js

-131
This file was deleted.

node_modules/ansi-escapes/license

-9
This file was deleted.

node_modules/ansi-escapes/package.json

-82
This file was deleted.

0 commit comments

Comments
 (0)