diff options
Diffstat (limited to 'images4docker')
| -rw-r--r-- | images4docker/.gitattributes | 3 | ||||
| -rw-r--r-- | images4docker/.gitignore | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/images4docker/.gitattributes b/images4docker/.gitattributes new file mode 100644 index 0000000000..76a458a22f --- /dev/null +++ b/images4docker/.gitattributes @@ -0,0 +1,3 @@ +# images4docker +* text=auto eol=lf +*.Dockerfile text diff --git a/images4docker/.gitignore b/images4docker/.gitignore new file mode 100644 index 0000000000..a11336016d --- /dev/null +++ b/images4docker/.gitignore @@ -0,0 +1,4 @@ +# images4docker +*.log +*.tmp +.env |
