diff options
author | Jean-Philippe Roemer <roemer.jp@gmail.com> | 2015-10-10 20:41:16 +0100 |
---|---|---|
committer | Jean-Philippe Roemer <roemer.jp@gmail.com> | 2015-10-10 21:03:19 +0100 |
commit | fc427432ed31029352ccf01491223c803bc22b6f (patch) | |
tree | 709522395dca640ea139a7dcd4d59474d5e5612f /.gitignore | |
parent | 2020bafee189c1ca57ec904f1a1f860e041b1a6c (diff) | |
download | gitea-fc427432ed31029352ccf01491223c803bc22b6f.tar.gz gitea-fc427432ed31029352ccf01491223c803bc22b6f.zip |
Docker Container Restart Fix
- Fix s6 fifodir error on container restart
- Add .tags* to .gitignore (Atom auto ctags generation)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 383b32564c..d696aff5f4 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,4 @@ docker/docker/Dockerfile docker/docker/init_gogs.sh gogs.sublime-project gogs.sublime-workspace +.tags* |