We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dd5309 commit f5be60dCopy full SHA for f5be60d
.dockerignore
@@ -1,4 +1,3 @@
1
-node_modules/
2
react/node_modules
3
.git
4
.gitignore
.gitignore
@@ -1,2 +1,26 @@
-/node_modules
-/firebase
+# Logs
+logs
+*.log
+npm-debug.log*
5
+yarn-debug.log*
6
+yarn-error.log*
7
+pnpm-debug.log*
8
+lerna-debug.log*
9
+.yarn
10
+
11
+react/node_modules
12
+react/dist
13
+react/dist-ssr
14
+react/*.local
15
+*.local
16
17
+# Editor directories and files
18
+.vscode/*
19
+!.vscode/extensions.json
20
+.idea
21
+.DS_Store
22
+*.suo
23
+*.ntvs*
24
+*.njsproj
25
+*.sln
26
+*.sw?
react/.gitignore
0 commit comments