From 3b9621b7a7d3a6a458b6c44ed34ef5aed4461be1 Mon Sep 17 00:00:00 2001 From: jwobith Date: Wed, 8 Apr 2020 00:06:45 -0400 Subject: [PATCH] add .gitignore and updated README --- .gitignore | 3 +++ README.md | 6 +++++- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2f535a6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +# Ignore temporary files and the .env +*~ +.env diff --git a/README.md b/README.md index 613b2ef..ca2db33 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ -# docker-gitea +docker-gitea +============ + +Docker Gitea Service +-------------------- [![License](http://img.shields.io/:license-mit-blue.svg?style=flat-square)](http://badges.mit-license.org)