We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c860e80 commit a886c55Copy full SHA for a886c55
.gitignore
@@ -0,0 +1,32 @@
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
+# Output
11
+node_modules
12
+dist
13
+dist-ssr
14
+*.local
15
+artifacts
16
+coverage
17
18
+# CI
19
+.jenkins
20
+junit.xml
21
22
+# Editor directories and files
23
+.vscode/*
24
+!.vscode/extensions.json
25
+.idea
26
+.DS_Store
27
+*.suo
28
+*.ntvs*
29
+*.njsproj
30
+*.sln
31
+*.sw?
32
0 commit comments