We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a351306 commit 311b536Copy full SHA for 311b536
1 file changed
.gitignore
@@ -6,3 +6,7 @@ apigateway
6
vendor/
7
# Build directories
8
bin/
9
+
10
+# Ignore all .md files except README.md
11
+*.md
12
+!README.md
0 commit comments