Skip to content

Commit df42728

Browse files
authored
Update README.md
1 parent 2964e0d commit df42728

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,13 @@ It is a good idea to always include the `.git` directory in the `ignore` list, a
4141
`pont.yaml` example:
4242

4343
```yaml
44+
version: 0.2.0
4445
name: pont
4546
commands:
4647
- echo "Initializing Pont..."
4748
ignore:
48-
- .git/
49+
- .git/*
50+
- *.txt
4951
```
5052

5153

0 commit comments

Comments
 (0)