From 0485c18799e3c7a2675441afd070ad5796786a1e Mon Sep 17 00:00:00 2001 From: Dave Dietrick Date: Fri, 2 Jun 2023 18:15:36 -0400 Subject: [PATCH] Initial commit --- .gitignore | 1 + README.md | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..600d2d3 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.vscode \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..0538c95 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# OCI + +OCI (or Open Container Initiative) is a place to publicly store personal dockerfiles. \ No newline at end of file