We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39735d8 commit a6bb9b9Copy full SHA for a6bb9b9
.gitignore
@@ -0,0 +1,41 @@
1
+# dependencies
2
+*/node_modules
3
+node_modules
4
+
5
+/.pnp
6
+.pnp.js
7
8
+# testing
9
+/coverage
10
11
+# production
12
+/build
13
+build
14
+*/build
15
+dist
16
+/dist
17
+*/dist
18
+Server/dist
19
+Client/dist/*
20
+Client/dist
21
22
+# misc
23
+.DS_Store
24
+.env
25
+.env.local
26
+.env.developement.local
27
+.env.test.local
28
+.env.production.local
29
30
+npm-debug.log*
31
+yarn-debug.log*
32
33
34
+tmp/*
35
+tmp
36
+/tmp
37
+*/tmp
38
+Docker/tmp
39
40
+.vscode
41
+.github
0 commit comments