1
0
mirror of https://github.com/bingohuang/docker-labs.git synced 2025-07-13 01:02:42 +08:00

Add PWD directory

This commit is contained in:
Marcos Lilljedahl 2017-03-15 15:00:52 -03:00
parent ff7cc6180f
commit e8903896d1
2 changed files with 4 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,3 +1,2 @@
play-with-docker
node_modules
pwd/*

4
pwd/.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore