mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
[docs] Fix typo in ignoring article
This commit is contained in:
parent
fbeaca5d3f
commit
ab6e7dc0b0
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ title: Ignoring
|
|||
layout: default
|
||||
---
|
||||
|
||||
Files commited to version control (i.e. not in .gitignore) can still be ignored when deploying. To ignore these files or directories, simply add them to .gitattributes:
|
||||
Files committed to version control (i.e. not in .gitignore) can still be ignored when deploying. To ignore these files or directories, simply add them to .gitattributes:
|
||||
|
||||
```bash
|
||||
config/deploy/deploy.rb export-ignore
|
||||
|
|
Loading…
Reference in a new issue