We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64ed041 commit 9b1b940Copy full SHA for 9b1b940
2 files changed
.gitignore
@@ -1,30 +1,14 @@
1
-# 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
-# testing
9
/coverage
10
11
-# production
12
/build
+/dist
13
14
-# misc
15
-.DS_Store
16
.env.local
17
-.env.development.local
18
-.env.test.local
19
-.env.production.local
+.env.*.local
20
.env
21
22
-npm-debug.log*
23
-yarn-debug.log*
24
-yarn-error.log*
25
-debug.log
26
27
-# firebase
28
/.firebase
29
.firebaserc
30
database.rules.json
eslint.config.js-backup
0 commit comments