Skip to content

Commit

Permalink
🎨 Set up Git to only allow certain change notes
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Dec 7, 2023
1 parent c26393a commit f8e5566
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions CHANGES/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,28 @@
*
!.TEMPLATE.rst
!.gitignore
!README.rst
!*.bugfix
!*.bugfix.rst
!*.bugfix.*.rst
!*.breaking
!*.breaking.rst
!*.breaking.*.rst
!*.contrib
!*.contrib.rst
!*.contrib.*.rst
!*.deprecation
!*.deprecation.rst
!*.deprecation.*.rst
!*.doc
!*.doc.rst
!*.doc.*.rst
!*.feature
!*.feature.rst
!*.feature.*.rst
!*.misc
!*.misc.rst
!*.misc.*.rst
!*.packaging
!*.packaging.rst
!*.packaging.*.rst

0 comments on commit f8e5566

Please sign in to comment.