chore: restore .gitignore in Study_One
This commit is contained in:
4
Study_One/.gitignore
vendored
4
Study_One/.gitignore
vendored
@@ -1,12 +1,12 @@
|
|||||||
# Ignore all files
|
# Ignore all files
|
||||||
*
|
*
|
||||||
|
|
||||||
# Unignore directories (needed so git can look inside)
|
# Unignore directories
|
||||||
!*/
|
!*/
|
||||||
|
|
||||||
# Only track .cs and .md files
|
# Only track .cs and .md files
|
||||||
!*.cs
|
!*.cs
|
||||||
!*.md
|
!*.md
|
||||||
|
|
||||||
# And the gitignore itself
|
# Keep gitignore itself
|
||||||
!.gitignore
|
!.gitignore
|
||||||
|
|||||||
Reference in New Issue
Block a user