Skip to content

Commit c31c71c

Browse files
committed
Improve .gitignore comment
1 parent d5fd94f commit c31c71c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.gitignore

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
# Ignore everything first. Several things are brought over by the
2-
# `prepare-release.sh` script, which causes a `git` branch change, but `git`
3-
# won't delete from the working directory.
1+
# Ignore everything first. Many items are in the `main` branch and not in the
2+
# release branch.
43
/*
54

6-
# Don't ignore only the files and directories included in the release.
5+
# Don't ignore only the items included in the release branch.
76
!LICENSE.md
87
!README.md
98
!action.yml

0 commit comments

Comments
 (0)