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 91d3444 commit c5dac66Copy full SHA for c5dac66
.gitignore
@@ -1,4 +1,25 @@
1
-# Logs
+# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2
+
3
+# dependencies
4
+/node_modules
5
+/.pnp
6
+.pnp.js
7
8
+# production
9
+/build
10
+/dist
11
+*.tgz
12
13
+# misc
14
+.DS_Store
15
+.env.local
16
+.env.development.local
17
+.env.test.local
18
+.env.production.local
19
+.eslintcache
20
+.setup_completed
21
22
+# logs
23
logs
24
*.log
25
npm-debug.log*
@@ -7,18 +28,10 @@ yarn-error.log*
28
pnpm-debug.log*
29
lerna-debug.log*
30
-node_modules
-dist
-dist-ssr
-*.local
-.eslintcache
-.setup_completed
-
-# Editor directories and files
31
+# editors
32
.vscode/*
33
!.vscode/extensions.json
34
.idea
-.DS_Store
35
*.suo
36
*.ntvs*
37
*.njsproj
0 commit comments