chore: add .gitignore for Study_Two

This commit is contained in:
2026-05-27 11:00:04 +08:00
parent 8c2b014cc7
commit beeec802f6

12
.gitignore vendored Normal file
View File

@@ -0,0 +1,12 @@
# Ignore all files
*
# Unignore directories
!*/
# Only track .cs and .md files
!*.cs
!*.md
# Keep gitignore itself
!.gitignore