chore: add .gitignore for Study_Two
This commit is contained in:
12
.gitignore
vendored
Normal file
12
.gitignore
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
# Ignore all files
|
||||
*
|
||||
|
||||
# Unignore directories
|
||||
!*/
|
||||
|
||||
# Only track .cs and .md files
|
||||
!*.cs
|
||||
!*.md
|
||||
|
||||
# Keep gitignore itself
|
||||
!.gitignore
|
||||
Reference in New Issue
Block a user