55.sonarqube /
66
77
8- # Created by https://www.toptal.com/developers/gitignore/api/sonarqube,visualstudio,visualstudiocode, intellij+all
9- # Edit at https://www.toptal.com/developers/gitignore?templates=sonarqube,visualstudio,visualstudiocode, intellij+all
8+ # Created by https://www.toptal.com/developers/gitignore/api/sonarqube,intellij+all,visualstudio,visualstudiocode
9+ # Edit at https://www.toptal.com/developers/gitignore?templates=sonarqube,intellij+all,visualstudio,visualstudiocode
1010
1111# ## Intellij+all ###
1212# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
1919.idea /** /dictionaries
2020.idea /** /shelf
2121
22+ # AWS User-specific
23+ .idea /** /aws.xml
24+
2225# Generated files
2326.idea /** /contentModel.xml
2427
@@ -103,6 +106,7 @@ modules.xml
103106# https://docs.sonarqube.org/display/SCAN/Analyzing+with+SonarQube+Scanner
104107# Sonar Scanner working directories
105108.sonar /
109+ .sonarqube /
106110.scannerwork /
107111
108112# http://www.sonarlint.org/commandline/
@@ -111,10 +115,15 @@ modules.xml
111115
112116# ## VisualStudioCode ###
113117.vscode /*
118+ ! .vscode /settings.json
114119! .vscode /tasks.json
115120! .vscode /launch.json
121+ ! .vscode /extensions.json
116122* .code-workspace
117123
124+ # Local History for Visual Studio Code
125+ .history /
126+
118127# ## VisualStudioCode Patch ###
119128# Ignore all local history of files
120129.history
@@ -213,6 +222,7 @@ StyleCopReport.xml
213222* .tmp_proj
214223* _wpftmp.csproj
215224* .log
225+ * .tlog
216226* .vspscc
217227* .vssscc
218228.builds
@@ -265,7 +275,9 @@ _TeamCity*
265275! .axoCover /settings.json
266276
267277# Coverlet is a free, cross platform Code Coverage Tool
268- coverage * [.json, .xml, .info ]
278+ coverage * .json
279+ coverage * .xml
280+ coverage * .info
269281
270282# Visual Studio code coverage results
271283* .coverage
@@ -326,6 +338,9 @@ PublishScripts/
326338* .nuget.props
327339* .nuget.targets
328340
341+ # Nuget personal access tokens and Credentials
342+ nuget.config
343+
329344# Microsoft Azure Build Output
330345csx /
331346* .build.csdef
@@ -482,8 +497,21 @@ MigrationBackup/
482497# Fody - auto-generated XML schema
483498FodyWeavers.xsd
484499
500+ # VS Code files for those working on multiple tools
501+
502+ # Local History for Visual Studio Code
503+
504+ # Windows Installer files from build outputs
505+ * .cab
506+ * .msi
507+ * .msix
508+ * .msm
509+ * .msp
510+
511+ # JetBrains Rider
512+ * .sln.iml
513+
485514# ## VisualStudio Patch ###
486515# Additional files built by Visual Studio
487- * .tlog
488516
489- # End of https://www.toptal.com/developers/gitignore/api/sonarqube,visualstudio,visualstudiocode, intellij+all
517+ # End of https://www.toptal.com/developers/gitignore/api/sonarqube,intellij+all,visualstudio,visualstudiocode
0 commit comments