Create jetbrain.gitignore

This commit is contained in:
Jean M. Girard 2023-04-30 04:21:22 -04:00 committed by GitHub
parent 4488915eec
commit 68187adc86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 45 additions and 0 deletions

45
jetbrain.gitignore Normal file
View File

@ -0,0 +1,45 @@
### ===================================================================================================
### JetBrains IDEs
### ==========================================
## https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
# -----------------------------------------------------------------------------------------------------
## File-based project format
*.iws
## IntelliJ
out/
atlassian-ide-plugin.xml
## User-specific stuff
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/**/usage.statistics.xml
.idea/**/dictionaries
.idea/**/shelf
.idea/**/aws.xml
.idea/**/contentModel.xml
.idea/**/dataSources/
.idea/**/dataSources.ids
.idea/**/dataSources.local.xml
.idea/**/sqlDataSources.xml
.idea/**/dynamic.xml
.idea/**/uiDesigner.xml
.idea/**/dbnavigator.xml
.idea/**/gradle.xml
.idea/**/libraries
cmake-build-*/
.idea/**/mongoSettings.xml
.idea_modules/
.idea/replstate.xml
.idea/sonarlint/
.idea/httpRequests
.idea/caches/build_file_checksums.ser
## Gradle and Maven with auto-import
## When using Gradle or Maven with auto-import, you should exclude module files,since they will be recreated
# auto-import. # .idea/artifacts # .idea/compiler.xml # .idea/jarRepositories.xml
# .idea/modules.xml # .idea/*.iml # .idea/modules # *.iml # *.ipr
# -----------------------------------------------------------------------------------------------------
#
### ===================================================================================================