We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4542141 commit 83e93a3Copy full SHA for 83e93a3
.gitignore
@@ -1,8 +1,30 @@
1
+# Development files
2
node_modules
3
+tmp
4
+
5
+# Logs
6
lerna-debug.log
7
+npm-debug.log
8
9
+# Local files
10
*.local.umd.js
11
*.local.js
12
13
+# Storybook
14
.storybook_out
-npm-debug.log
15
16
test/.wct-kludge
17
18
+# Sass
19
.sass-cache
20
21
+# Mac-specific
22
+.DS_Store
23
24
+# IDEs
25
+.vimrc
26
+.sonarlint
27
28
+# Temp files
29
+*~
30
+*.swp
0 commit comments