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 ad43309 commit 9b3a50bCopy full SHA for 9b3a50b
.gitignore
@@ -1,10 +1,25 @@
1
-.idea
2
-test
3
-config.yml
4
-node_modules
5
-npm-debug.log
6
-data
7
.DS_Store
+node_modules
8
dist
+test
+config.yml
+
+# local env files
+.env.local
9
+.env.*.local
10
11
+# Log files
12
+npm-debug.log*
13
+yarn-debug.log*
14
+yarn-error.log*
15
16
+# Editor directories and files
17
+.idea
18
+.vscode
19
+*.suo
20
+*.ntvs*
21
+*.njsproj
22
+*.sln
23
+*.sw?
24
-__mock__
25
+__*__
web/.gitignore
0 commit comments