Skip to content

Commit 6b597e4

Browse files
committed
Add documentation for creating .ignore file
1 parent b6de6f8 commit 6b597e4

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@ will produce default command
1818

1919
```git commit -m "New feature"``` and execute it
2020

21+
You can create a file `.ignore` in your directory to add custom branches you want to ignore. Example `.ignore` file:
22+
23+
```
24+
hot-fix
25+
sprint-11
26+
new-feature
27+
```
28+
2129
### Installation
2230
Run this command on terminal
2331

0 commit comments

Comments
 (0)