Last active
May 7, 2021 20:50
-
-
Save mrjamiebowman/be81540907449c0868e53a18e8c7620f to your computer and use it in GitHub Desktop.
visual-studio-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
# jupyter notebooks | |
.ipynb_checkpoints | |
# terraform | |
terraform/.terraform | |
terraform/variables.tf | |
**/*.tfstate | |
**/*.tfstate.backup | |
# appsettings | |
**/appSettings.json | |
**/appSettings.*.json | |
# launchsettings | |
**/launchSettings.json |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment