Last active
July 3, 2022 21:58
-
-
Save jurilents/1dab153836c953ed69e73d1ec7badb6c to your computer and use it in GitHub Desktop.
Complete .NET .gitignore
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# C# IDE cache | |
.idea/ | |
.vs/ | |
.vscode/ | |
# Log files | |
logs/ | |
*.log | |
# .NET Build results | |
[Bb]in/ | |
[Oo]bj/ | |
/packages/ | |
# User-specific files | |
*.suo | |
*.user | |
*.userosscache | |
*.sln.docstates | |
*.userprefs | |
# Mac OS cahce | |
.DS_Store |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment