Last active
August 29, 2018 22:54
-
-
Save tonysneed/ae009c98ab77aaf70e9a to your computer and use it in GitHub Desktop.
VS Code .gitignore
This file contains 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
# Build and package folders | |
################### | |
build | |
dist | |
packages | |
typings | |
.tmp | |
# System folders | |
################### | |
.DS_Store | |
# Node & Bower & JSPM | |
################### | |
node_modules | |
bower_components | |
jspm_packages | |
# Test reporters | |
################### | |
**/test/coverage | |
report |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment