Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 861782ba69 | |||
| 54ee2462e0 |
4
.gitignore → Study_One/.gitignore
vendored
4
.gitignore → 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