Skip to content

Commit 1007aaa

Browse files
committed
checking in uploadedfiles dir to repository
1 parent 9f43c15 commit 1007aaa

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ npm-debug.log
1010
node_modules
1111
*.log
1212
*.gz
13-
test/uploadedfiles
13+
test/uploadedfiles/*
14+
!test/uploadedfiles/placeholder.txt

test/uploadedfiles/placeholder.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
files are placed here when uploaded using the upload.test.js express server

0 commit comments

Comments
 (0)