Skip to content

Commit ac3c6cf

Browse files
committed
update
1 parent 6581f80 commit ac3c6cf

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ echo "*.pyc" >> .gitignore
55
echo "*.class" >> .gitignore
66
echo "*.log" >> .gitignore
77
echo "Thumbs.db" >> .gitignore
8-
echo "testing.md" >> .gitignore
8+
# echo "testing.md" >> .gitignore
9+
**/testing.md
910
# Local config file with private data
1011
**/config.js
1112

13+

0 commit comments

Comments
 (0)