|
@@ -1,10 +1,7 @@
|
|
|
|
|
+# BDD Project
|
|
|
|
|
+*.jfm
|
|
|
|
|
|
|
|
-# Created by https://www.gitignore.io/api/visualstudio,visualstudiocode
|
|
|
|
|
-
|
|
|
|
|
-### VisualStudioCode ###
|
|
|
|
|
-.vscode
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
|
|
+# Created by https://www.gitignore.io/api/visualstudio
|
|
|
|
|
|
|
|
### VisualStudio ###
|
|
### VisualStudio ###
|
|
|
## Ignore Visual Studio temporary files, build results, and
|
|
## Ignore Visual Studio temporary files, build results, and
|
|
@@ -152,8 +149,8 @@ publish/
|
|
|
*.azurePubxml
|
|
*.azurePubxml
|
|
|
# TODO: Comment the next line if you want to checkin your web deploy settings
|
|
# TODO: Comment the next line if you want to checkin your web deploy settings
|
|
|
# but database connection strings (with potential passwords) will be unencrypted
|
|
# but database connection strings (with potential passwords) will be unencrypted
|
|
|
-*.pubxml
|
|
|
|
|
-*.publishproj
|
|
|
|
|
|
|
+# *.pubxml
|
|
|
|
|
+# *.publishproj
|
|
|
|
|
|
|
|
# Microsoft Azure Web App publish settings. Comment the next line if you want to
|
|
# Microsoft Azure Web App publish settings. Comment the next line if you want to
|
|
|
# checkin your Azure Web App publish settings, but sensitive information contained
|
|
# checkin your Azure Web App publish settings, but sensitive information contained
|
|
@@ -259,4 +256,7 @@ paket-files/
|
|
|
|
|
|
|
|
# JetBrains Rider
|
|
# JetBrains Rider
|
|
|
.idea/
|
|
.idea/
|
|
|
-*.sln.iml
|
|
|
|
|
|
|
+*.sln.iml
|
|
|
|
|
+
|
|
|
|
|
+# CodeRush
|
|
|
|
|
+.cr/
|