🎨 Set up Git to only allow certain change notes
This commit is contained in:
parent
03be1ed8b1
commit
3ce1d658bd
|
@ -0,0 +1,34 @@
|
||||||
|
*
|
||||||
|
!.gitignore
|
||||||
|
!_template.rst
|
||||||
|
!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
|
||||||
|
!*.improvement
|
||||||
|
!*.improvement.rst
|
||||||
|
!*.improvement.*.rst
|
||||||
|
!*.misc
|
||||||
|
!*.misc.rst
|
||||||
|
!*.misc.*.rst
|
||||||
|
!*.packaging
|
||||||
|
!*.packaging.rst
|
||||||
|
!*.packaging.*.rst
|
||||||
|
!*.vendor
|
||||||
|
!*.vendor.rst
|
||||||
|
!*.vendor.*.rst
|
Loading…
Reference in New Issue