diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-08-18 08:26:41 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-08-18 08:26:41 +0200 |
commit | fd72e99d534aff6ee1b88eff7702886a468050f4 (patch) | |
tree | 4f66ea10cf77652cb351b832da7970f500ab0511 | |
parent | ceb79aa016becb91132c0a96405f40153f7da77a (diff) | |
download | wallabag-fd72e99d534aff6ee1b88eff7702886a468050f4.tar.gz wallabag-fd72e99d534aff6ee1b88eff7702886a468050f4.tar.zst wallabag-fd72e99d534aff6ee1b88eff7702886a468050f4.zip |
remove capistrano in gitignore
-rw-r--r-- | .gitignore | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -36,8 +36,3 @@ | |||
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 | ||