Standard .gitignore file
.gitignore file sample
# Standard .NET ignores
[Bb]in/
[Oo]bj/
# Local settings
local.settings.json
# User-specific files
*.user
*.suo
# Rider / VS specific
.idea/
.vs/
PreviousQ: How can I add a second Git remote repo to push, so that I can automatically push to two remote reNextGolang_Azure_Function
Last updated