Skip to content

Commit f477aeb

Browse files
committedApr 3, 2020
created develop branch
0 parents  commit f477aeb

File tree

104 files changed

+24684
-0
lines changed

Some content is hidden

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

104 files changed

+24684
-0
lines changed
 

‎.gitignore

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2+
3+
# dependencies
4+
/node_modules
5+
/.pnp
6+
.pnp.js
7+
/lib
8+
9+
10+
# testing
11+
/coverage
12+
13+
# production
14+
/dist
15+
/build
16+
# public
17+
.cache
18+
19+
# misc
20+
.DS_Store
21+
.env.local
22+
.env.development.local
23+
.env.test.local
24+
.env.production.local
25+
26+
npm-debug.log*
27+
yarn-debug.log*
28+
yarn-error.log*
29+
30+
/cypress/screenshots
31+
/cypress/snapshots

‎.npmignore

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
.circleci
2+
node_modules
3+
build
4+
cypress
5+
cypress.json
6+
public
7+
src
8+
tsconfig.*json
9+
package.*json
10+
azure-pipelines-upgrade-rc-version.yml
11+
snapshots.js
12+
.gitignore

0 commit comments

Comments
 (0)
Please sign in to comment.