We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79283d3 commit 915038bCopy full SHA for 915038b
19 files changed
.gitignore
@@ -1,12 +1,32 @@
1
-test
2
-node_modules
+node_modules/
3
4
-.vscode
5
-.idea
6
-.DS_Store
+npm-debug.log
+yarn-debug.log*
+yarn-error.log*
+
7
+.idea/
8
+.vscode/
9
10
+*.log
11
+*.tmp
12
+*.temp
13
*.suo
14
*.ntvs*
15
*.njsproj
16
*.sln
17
*.sw?
18
*.iml
19
20
+.DS_Store
21
+Thumbs.db
22
23
+dist/
24
+build/
25
26
+config.js
27
+secrets.json
28
29
+*.key
30
+*.pem
31
32
+.coverage
.npmignore
@@ -1,8 +1,8 @@
-*.iml
-*.lock
-.browserslistrc
-.editorconfig
-.gitignore
+!package.json
+!README.md
+!src/
+!dist/
+!*.css
+*
0 commit comments