diff options
author | kaeff <hi@kaeff.net> | 2015-09-01 13:42:29 +0200 |
---|---|---|
committer | kaeff <hi@kaeff.net> | 2015-09-01 14:48:15 +0200 |
commit | 47d8ea67148bb8ebab333c78e90cd0baf2b028d0 (patch) | |
tree | e64fe66589ae89b0aaa01a895ff61d09d1412d84 /.gitignore | |
parent | 1493e0ca5e32bf25d9778e7326ea70d5ebfe74e6 (diff) |
Update README with docs from website & instructions on local DB
- Copy intro chapter from homepage
- Advise new users to not test with admin party locally
- Ignore couchdb.admin.yml so it's consistent with the regular
couchdb.yml
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,6 +25,7 @@ config/customization.* # ignore all deploy specific configuration config/couchdb.yml +config/couchdb.admin.yml public/assets/* public/ca.crt public/config/* |