chore: restore .gitignore in Study_One

This commit is contained in:
2026-05-27 11:04:01 +08:00
parent 54ee2462e0
commit 861782ba69

View File

@@ -1,12 +1,12 @@
# Ignore all files
*
# Unignore directories (needed so git can look inside)
# Unignore directories
!*/
# Only track .cs and .md files
!*.cs
!*.md
# And the gitignore itself
# Keep gitignore itself
!.gitignore