diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-08-14 21:26:14 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-08-17 15:36:27 +0200 |
commit | ceb79aa016becb91132c0a96405f40153f7da77a (patch) | |
tree | 284040213ea6b8e0a31c2f46f7e95868450d6964 /.gitignore | |
parent | 80127e4fb1ce02825e9b2b985882b348e6f25ac2 (diff) | |
download | wallabag-ceb79aa016becb91132c0a96405f40153f7da77a.tar.gz wallabag-ceb79aa016becb91132c0a96405f40153f7da77a.tar.zst wallabag-ceb79aa016becb91132c0a96405f40153f7da77a.zip |
capistrano config
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -36,3 +36,8 @@ | |||
36 | # Data for wallabag | 36 | # Data for wallabag |
37 | data/assets/* | 37 | data/assets/* |
38 | data/db/wallabag*.sqlite | 38 | data/db/wallabag*.sqlite |
39 | |||
40 | # Capistrano | ||
41 | /config/deploy.rb | ||
42 | /config/deploy/production.rb | ||
43 | /config/deploy/staging.rb | ||