13 lines
133 B
Plaintext
13 lines
133 B
Plaintext
# Ignore all files
|
|
*
|
|
|
|
# Unignore directories
|
|
!*/
|
|
|
|
# Only track .cs and .md files
|
|
!*.cs
|
|
!*.md
|
|
|
|
# Keep gitignore itself
|
|
!.gitignore
|