mirror of
https://github.com/penpot/penpot.git
synced 2026-05-13 03:53:51 +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
|
||||
/*.jpg
|
||||
/*.md
|
||||
!CHANGES.md
|
||||
!CONTRIBUTING.md
|
||||
!README.md
|
||||
!AGENTS.md
|
||||
!CODE_OF_CONDUCT.md
|
||||
!SECURITY.md
|
||||
/*.png
|
||||
/*.svg
|
||||
/*.sql
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user