Skip to content

Commit 3d895e4

Browse files
committed
Add a sample .ignore file
1 parent 3a2d203 commit 3d895e4

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,7 @@ $ commit "New feature"
3030
git commit -m "New feature"
3131
```
3232

33-
You can create a file `.ignore` in your directory to add custom branches you want to ignore. Example `.ignore` file:
34-
35-
```
36-
hot-fix
37-
sprint-11
38-
new-feature
39-
user-story-5
40-
```
33+
You can create a `.ignore` file in your directory to add custom branches you want to ignore. A `.ignore` file looks like [this](https://github.com/sbimochan/smart-commit/blob/master/.ignore).
4134

4235
## License
4336

0 commit comments

Comments
 (0)