We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d041d0 commit af8728bCopy full SHA for af8728b
.gitignore
@@ -0,0 +1,7 @@
1
+// Ignore directories which start with "build", but allow files.
2
+// N.b. the dot '.' in the regexp is sensitive to being last in []
3
+**/build/
4
+**/build[a-z0-9._-]*/
5
+
6
+// Ignore linter log files
7
+super-linter.log*
0 commit comments