We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3e07a6 commit 25a3a4cCopy full SHA for 25a3a4c
.gitignore
@@ -4,7 +4,8 @@
4
.LSOverride
5
6
# Icon must end with two \r
7
-Icon
+Icon
8
+
9
10
# Thumbnails
11
._*
@@ -30,6 +31,7 @@ Temporary Items
30
31
logs
32
*.log
33
npm-debug.log*
34
+dist
35
36
# Runtime data
37
pids
.npmignore
@@ -0,0 +1,16 @@
1
+# Source file
2
+Components
3
+Utils
+index.js
+# Dotfiles
+.babelrc
+.eslintignore
+.eslintrc.json
+.gitattributes
+_config.yml
12
13
+# Documents
14
+CHANGELOG.md
15
+CONTRIBUTING.md
16
+ISSUE_TEMPLATE.txt
0 commit comments