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
|
||||
*
|
||||
|
||||
# Unignore directories (needed so git can look inside)
|
||||
# Unignore directories
|
||||
!*/
|
||||
|
||||
# Only track .cs and .md files
|
||||
!*.cs
|
||||
!*.md
|
||||
|
||||
# And the gitignore itself
|
||||
# Keep gitignore itself
|
||||
!.gitignore
|
||||
Reference in New Issue
Block a user