summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorJustin Nuß <justin.nuss@hmmh.de>2014-07-24 13:49:27 +0200
committerJustin Nuß <justin.nuss@hmmh.de>2014-07-24 13:49:27 +0200
commitfa1db64ff014d6d06151431a3b1417ebf0104bde (patch)
treed45016a151892b350e822d09047f80727fe2fc08 /.gitignore
parentef1cbcd761939e7730089fce9f5fbfdabe82c5bb (diff)
downloadgitea-fa1db64ff014d6d06151431a3b1417ebf0104bde.tar.gz
gitea-fa1db64ff014d6d06151431a3b1417ebf0104bde.zip
Add files/ directory to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index c7e41daee5..865f77c634 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,6 +7,7 @@ data/
.idea/
*.iml
public/img/avatar/
+files/
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
@@ -34,4 +35,4 @@ _testmain.go
gogs
__pycache__
*.pem
-output* \ No newline at end of file
+output*