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 c9fb5da commit b116718Copy full SHA for b116718
.gitignore
@@ -1,3 +1,23 @@
1
-.idea/
+# Logs
2
+logs
3
*.log
-node_modules
4
+
5
+# Runtime data
6
+pids
7
+*.pid
8
+*.seed
9
10
+/build/
11
12
+# Dependency directory
13
+# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
14
+/node_modules/
15
16
+/lib/
17
+/example/
18
+/reports/
19
20
+/.eslintcache
21
22
+.idea/
23
0 commit comments