Skip to content

Instantly share code, notes, and snippets.

@booyaa
Created September 1, 2017 06:32
Show Gist options
  • Save booyaa/db187f5555afdba82d371b76119920c5 to your computer and use it in GitHub Desktop.
Save booyaa/db187f5555afdba82d371b76119920c5 to your computer and use it in GitHub Desktop.
# A gitignore for dotcore development in Visual Studio Code
# inspired by : https://github.com/dotnet/core/blob/master/.gitignore
# miscellany and obsolete artifact
*.swp
*.*~
project.lock.json
.DS_Store
*.pyc
# Visual Studio Code
.vscode
# Build results
[Bb]in/
[Oo]bj/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment