Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/appstore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Posselt <BernhardPosselt@users.noreply.github.com>2018-01-12 20:32:20 +0300
committerGitHub <noreply@github.com>2018-01-12 20:32:20 +0300
commitcf47763871b735d16bbc3783c59b68884409b4db (patch)
treefa98ef8ddf9a82d664385403759f3e7b9bca5bcf /.gitignore
parent6438ea3eb90054734ee43078fc239a5eb6aa4adf (diff)
Docker WIP (#539)
* use uwsgi, fix docker * add support for newrelic * create config folder
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 0b28398fa5..5f75926f37 100644
--- a/.gitignore
+++ b/.gitignore
@@ -33,4 +33,5 @@ newrelic.ini
.mypy_cache
/static
/media
-/config
+/config/*
+!/config/__init__.py