Skip to content

Commit c48ba4e

Browse files
committed
Update
1 parent 3b567f8 commit c48ba4e

File tree

4 files changed

+6502
-16503
lines changed

4 files changed

+6502
-16503
lines changed

.gitignore

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
dist/
2+
node_modules/
3+
npm-debug.log
4+
storybook/
5+
*.json.gzip
6+
.DS_Store
7+
.vscode/*
8+
!.vscode/settings.json.example
9+
!.vscode/tasks.json
10+
!.vscode/launch.json
11+
!.vscode/extensions.json
12+
.nova
13+
package-lock.json
14+
coverage
15+
yarn-error.log
16+
cypress.env.json
17+
cypress/downloads/
18+
test-results.json
19+
src/stylesheets/tw-styles.css
20+
.netlify/
21+
.env
22+
.eslintcache
23+
.stylelintcache
24+
public/_headers
25+
.log

0 commit comments

Comments
 (0)