We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6637303 + 6f4ad2b commit 74ef922Copy full SHA for 74ef922
1 file changed
.gitignore
@@ -1,50 +1,16 @@
1
2
-# OS and IDE generated files #
3
-##############################
+# OS
4
.DS_Store
5
-.vscode
6
-.history
7
-.idea
8
-.editorconfig
9
10
-# npm yarn
11
-node_modules
12
-package-lock.json
13
-yarn-error.log
14
-.pnp.*
15
-.yarn/*
16
-
17
-# keep in repo
18
-!.gitignore
19
-!.yarn.lock
20
-!.yarnrc.yml
21
-!.yarn/patches
22
-!.yarn/plugins
23
-!.yarn/releases
24
-!.yarn/sdks
25
-!.yarn/versions
+# IDE
+.vscode
26
27
-# gatsby files
+# environment variables
28
.env
29
-.cache
30
-public
31
32
-# cypress
33
-cypress/videos
34
-cypress/screenshots
35
36
-# lerna
37
-lerna-debug.log
38
39
-# local actions
40
-.actrc
41
-.secrets
42
-local-test.yml
43
44
-# yalc
45
-.yalc
46
-yalc.lock
+# npm
+node_modules
+package-lock.json
47
48
-#txt
49
-linter-output.txt
+# generated by .github/workflows/lint.yml
50
linter-report.txt
0 commit comments