mirror of
https://github.com/penpot/penpot.git
synced 2026-09-06 20:18:39 +00:00
📎 Exclude versioned .md files from .gitignore pattern
Exclude files like CONTRIBUTING.md or README.md from being ignored by /*.md pattern, as this can influence agent behaviour (configurations that disallow ignored files from being edited)
This commit is contained in:
parent
f1affdbadc
commit
eee8ee3103
6
.gitignore
vendored
6
.gitignore
vendored
@ -15,6 +15,12 @@
|
|||||||
.repl
|
.repl
|
||||||
/*.jpg
|
/*.jpg
|
||||||
/*.md
|
/*.md
|
||||||
|
!CHANGES.md
|
||||||
|
!CONTRIBUTING.md
|
||||||
|
!README.md
|
||||||
|
!AGENTS.md
|
||||||
|
!CODE_OF_CONDUCT.md
|
||||||
|
!SECURITY.md
|
||||||
/*.png
|
/*.png
|
||||||
/*.svg
|
/*.svg
|
||||||
/*.sql
|
/*.sql
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user