We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2564a8 commit 963b692Copy full SHA for 963b692
2 files changed
01-Login/.dockerignore
@@ -1 +1,20 @@
1
-.git
+node_modules/
2
+build/
3
+exec.*
4
+npm-debug.log*
5
+yarn-error.log
6
+README.md
7
+
8
+# testing
9
+/coverage
10
11
+# misc
12
+.DS_Store
13
+.env.local
14
+.env.development.local
15
+.env.test.local
16
+.env.production.local
17
18
19
+yarn-debug.log*
20
+yarn-error.log*
02-Calling-an-API/.dockerignore
0 commit comments