We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.gitignore
1 parent d653a43 commit 8fdf7fbCopy full SHA for 8fdf7fb
.gitignore
@@ -0,0 +1,9 @@
1
+# Exclude all hidden files
2
+.*
3
+
4
+# Except those related to git
5
+!.git*
6
+!.mailmap
7
8
+# Exclude the autogenerated parser.output file
9
+parser.output
0 commit comments