refactor: move all files into Study_One folder
This commit is contained in:
12
Study_One/.gitignore
vendored
Normal file
12
Study_One/.gitignore
vendored
Normal 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
|
||||
Reference in New Issue
Block a user