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.
0 parents commit e244681Copy full SHA for e244681
.gitignore
@@ -0,0 +1,25 @@
1
+# Logs
2
+logs
3
+*.log
4
+npm-debug.log*
5
+yarn-debug.log*
6
+yarn-error.log*
7
+pnpm-debug.log*
8
+lerna-debug.log*
9
+
10
+node_modules
11
+.DS_Store
12
+dist
13
+dist-ssr
14
+coverage
15
+*.local
16
17
+# Editor directories and files
18
+.vscode/*
19
+!.vscode/extensions.json
20
+.idea
21
+*.suo
22
+*.ntvs*
23
+*.njsproj
24
+*.sln
25
+*.sw?
0 commit comments