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 5484f91 commit ff0ab0cCopy full SHA for ff0ab0c
.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