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.
1 parent 6581f80 commit ac3c6cfCopy full SHA for ac3c6cf
1 file changed
.gitignore
@@ -5,7 +5,9 @@ echo "*.pyc" >> .gitignore
5
echo "*.class" >> .gitignore
6
echo "*.log" >> .gitignore
7
echo "Thumbs.db" >> .gitignore
8
-echo "testing.md" >> .gitignore
+# echo "testing.md" >> .gitignore
9
+**/testing.md
10
# Local config file with private data
11
**/config.js
12
13
+
0 commit comments