Skip to content

Commit 311b536

Browse files
committed
chore: add .gitignore to ignore all markdown files except README.md
1 parent a351306 commit 311b536

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@ apigateway
66
vendor/
77
# Build directories
88
bin/
9+
10+
# Ignore all .md files except README.md
11+
*.md
12+
!README.md

0 commit comments

Comments
 (0)