Update gitignore

This commit is contained in:
2021-03-11 16:57:37 +00:00
parent b88a3aff8d
commit 837f4cab1d

34
.gitignore vendored
View File

@@ -388,10 +388,6 @@ paket-files/
# FAKE - F# Make # FAKE - F# Make
.fake/ .fake/
# JetBrains Rider
.idea/
*.sln.iml
# CodeRush # CodeRush
.cr/ .cr/
@@ -517,27 +513,27 @@ dkms.conf
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
# User-specific stuff # User-specific stuff
.idea/**/workspace.xml **/.idea/**/workspace.xml
.idea/**/tasks.xml **/.idea/**/tasks.xml
.idea/**/dictionaries **/.idea/**/dictionaries
.idea/**/shelf **/.idea/**/shelf
**/.idea
# Sensitive or high-churn files # Sensitive or high-churn files
.idea/**/dataSources/ **/.idea/**/dataSources/
.idea/**/dataSources.ids **/.idea/**/dataSources.ids
.idea/**/dataSources.local.xml **/.idea/**/dataSources.local.xml
.idea/**/sqlDataSources.xml **/.idea/**/sqlDataSources.xml
.idea/**/dynamic.xml **/.idea/**/dynamic.xml
.idea/**/uiDesigner.xml **/.idea/**/uiDesigner.xml
.idea/**/dbnavigator.xml **/.idea/**/dbnavigator.xml
# Gradle # Gradle
.idea/**/gradle.xml **/.idea/**/gradle.xml
.idea/**/libraries **/.idea/**/libraries
# CMake # CMake
cmake-build-debug/ cmake-build-*/
cmake-build-release/
# Mongo Explorer plugin # Mongo Explorer plugin
.idea/**/mongoSettings.xml .idea/**/mongoSettings.xml