We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29adfe6 commit 8f16f3dCopy full SHA for 8f16f3d
.gitignore
@@ -1 +1,6 @@
1
-secrets.txt
+# specific files
2
+secrets.txt
3
+# entire folders
4
+/folderName
5
+# files with a certain extension
6
+*.txt
0 commit comments