diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -348,3 +348,10 @@ MigrationBackup/ # Ionide (cross platform F# VS Code tools) working folder .ionide/ + +**/bin +**/obj +*.blob +appsettings.Development.json +**/.vscode/ +**/*.swp
\ No newline at end of file |
