Created
September 1, 2017 06:32
-
-
Save booyaa/db187f5555afdba82d371b76119920c5 to your computer and use it in GitHub Desktop.
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
# 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