Skip to content

Commit 3f29444

Browse files
committed
.dockerignore and .gitignore
1 parent 9eca09a commit 3f29444

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

starter-sample/app/.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
#REMOVE_ME_AFTER_EDITING - This Dockerignore is for a basic node app. Modify as needed.
12
node_modules
23
npm-debug.log

starter-sample/app/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
#REMOVE_ME_AFTER_EDITING - This Dockerignore is for a basic node app. Modify as needed.
12
node_modules

0 commit comments

Comments
 (0)