Skip to content

Instantly share code, notes, and snippets.

@jurilents
Last active July 3, 2022 21:58
Show Gist options
  • Save jurilents/1dab153836c953ed69e73d1ec7badb6c to your computer and use it in GitHub Desktop.
Save jurilents/1dab153836c953ed69e73d1ec7badb6c to your computer and use it in GitHub Desktop.
Complete .NET .gitignore
# 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