2020-05-20 05:36:52 +00:00
|
|
|
# Created by https://www.gitignore.io/api/git,dotnetcore,visualstudiocode
|
|
|
|
# Edit at https://www.gitignore.io/?templates=git,dotnetcore,visualstudiocode
|
|
|
|
|
|
|
|
### DotnetCore ###
|
|
|
|
# .NET Core build folders
|
|
|
|
**/bin
|
|
|
|
**/obj
|
|
|
|
|
|
|
|
# Common node modules locations
|
|
|
|
/node_modules
|
|
|
|
/wwwroot/node_modules
|
|
|
|
|
|
|
|
|
|
|
|
### Git ###
|
|
|
|
# Created by git for backups. To disable backups in Git:
|
|
|
|
# $ git config --global mergetool.keepBackup false
|
|
|
|
*.orig
|
|
|
|
|
|
|
|
# Created by git when using merge tools for conflicts
|
|
|
|
*.BACKUP.*
|
|
|
|
*.BASE.*
|
|
|
|
*.LOCAL.*
|
|
|
|
*.REMOTE.*
|
|
|
|
*_BACKUP_*.txt
|
|
|
|
*_BASE_*.txt
|
|
|
|
*_LOCAL_*.txt
|
|
|
|
*_REMOTE_*.txt
|
|
|
|
|
|
|
|
### VisualStudioCode ###
|
|
|
|
.vscode/*
|
|
|
|
!.vscode/settings.json
|
|
|
|
!.vscode/tasks.json
|
|
|
|
!.vscode/launch.json
|
|
|
|
!.vscode/extensions.json
|
|
|
|
|
|
|
|
### VisualStudioCode Patch ###
|
|
|
|
# Ignore all local history of files
|
|
|
|
.history
|
|
|
|
|
2020-05-27 15:24:47 +00:00
|
|
|
# End of https://www.gitignore.io/api/git,dotnetcore,visualstudiocode
|
|
|
|
**/*.Log
|