refactor: move all files into Study_One folder

This commit is contained in:
2026-05-27 10:59:19 +08:00
parent 47b0f1d992
commit 54ee2462e0
6 changed files with 0 additions and 0 deletions

12
Study_One/.gitignore vendored Normal file
View File

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