chore(git): update Rider IDE files, gitattributes, gitignore
This commit is contained in:
		
							parent
							
								
									09752089d6
								
							
						
					
					
						commit
						fb0573cbae
					
				
							
								
								
									
										30
									
								
								.gitattributes
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										30
									
								
								.gitattributes
									
									
									
									
										vendored
									
									
								
							@ -20,7 +20,7 @@
 | 
				
			|||||||
*.PDF      diff=astextplain
 | 
					*.PDF      diff=astextplain
 | 
				
			||||||
*.rtf      diff=astextplain
 | 
					*.rtf      diff=astextplain
 | 
				
			||||||
*.RTF      diff=astextplain
 | 
					*.RTF      diff=astextplain
 | 
				
			||||||
*.md       text
 | 
					*.md       text diff=markdown
 | 
				
			||||||
*.tex      text diff=tex
 | 
					*.tex      text diff=tex
 | 
				
			||||||
*.adoc     text
 | 
					*.adoc     text
 | 
				
			||||||
*.textile  text
 | 
					*.textile  text
 | 
				
			||||||
@ -30,6 +30,7 @@
 | 
				
			|||||||
*.tsv      text
 | 
					*.tsv      text
 | 
				
			||||||
*.txt      text
 | 
					*.txt      text
 | 
				
			||||||
*.sql      text
 | 
					*.sql      text
 | 
				
			||||||
 | 
					*.ps1      text eol=crlf
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Graphics
 | 
					# Graphics
 | 
				
			||||||
*.png      binary
 | 
					*.png      binary
 | 
				
			||||||
@ -53,7 +54,23 @@
 | 
				
			|||||||
# These are explicitly windows files and should use crlf
 | 
					# These are explicitly windows files and should use crlf
 | 
				
			||||||
*.bat      text eol=crlf
 | 
					*.bat      text eol=crlf
 | 
				
			||||||
*.cmd      text eol=crlf
 | 
					*.cmd      text eol=crlf
 | 
				
			||||||
*.ps1      text eol=crlf
 | 
					
 | 
				
			||||||
 | 
					# web frontend stack -- force LF so SRI hashes are always correct
 | 
				
			||||||
 | 
					*.html     text eol=lf
 | 
				
			||||||
 | 
					*.htm      text eol=lf
 | 
				
			||||||
 | 
					*.css      text eol=lf
 | 
				
			||||||
 | 
					*.min.css  text eol=lf
 | 
				
			||||||
 | 
					*.js       text eol=lf
 | 
				
			||||||
 | 
					*.min.js   text eol=lf
 | 
				
			||||||
 | 
					*.php      text eol=lf
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# Visual Studio projects (Rider also)
 | 
				
			||||||
 | 
					*.cs     diff=csharp
 | 
				
			||||||
 | 
					*.sln    merge=union
 | 
				
			||||||
 | 
					*.csproj merge=union
 | 
				
			||||||
 | 
					*.vbproj merge=union
 | 
				
			||||||
 | 
					*.fsproj merge=union
 | 
				
			||||||
 | 
					*.dbproj merge=union
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Serialisation
 | 
					# Serialisation
 | 
				
			||||||
*.json     text
 | 
					*.json     text
 | 
				
			||||||
@ -76,7 +93,8 @@
 | 
				
			|||||||
# Exclude files from exporting
 | 
					# Exclude files from exporting
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.gitattributes export-ignore
 | 
					.gitattributes  export-ignore
 | 
				
			||||||
.gitignore     export-ignore
 | 
					.gitignore      export-ignore
 | 
				
			||||||
.gitkeep       export-ignore
 | 
					.gitkeep        export-ignore
 | 
				
			||||||
.vscode        export-ignore
 | 
					.idea           export-ignore
 | 
				
			||||||
 | 
					.vscode         export-ignore
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										82
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										82
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@ -1,11 +1,73 @@
 | 
				
			|||||||
# VSCode files
 | 
					### JetBrains template
 | 
				
			||||||
.vscode/*
 | 
					# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
 | 
				
			||||||
!.vscode/settings.json
 | 
					# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
 | 
				
			||||||
!.vscode/tasks.json
 | 
					
 | 
				
			||||||
!.vscode/launch.json
 | 
					# User-specific stuff
 | 
				
			||||||
!.vscode/extensions.json
 | 
					.idea/**/workspace.xml
 | 
				
			||||||
!.vscode/numbered-bookmarks.json
 | 
					.idea/**/tasks.xml
 | 
				
			||||||
*.code-workspace
 | 
					.idea/**/usage.statistics.xml
 | 
				
			||||||
 | 
					.idea/**/dictionaries
 | 
				
			||||||
 | 
					.idea/**/shelf
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# Generated files
 | 
				
			||||||
 | 
					.idea/**/contentModel.xml
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# Sensitive or high-churn files
 | 
				
			||||||
 | 
					.idea/**/dataSources/
 | 
				
			||||||
 | 
					.idea/**/dataSources.ids
 | 
				
			||||||
 | 
					.idea/**/dataSources.local.xml
 | 
				
			||||||
 | 
					.idea/**/sqlDataSources.xml
 | 
				
			||||||
 | 
					.idea/**/dynamic.xml
 | 
				
			||||||
 | 
					.idea/**/uiDesigner.xml
 | 
				
			||||||
 | 
					.idea/**/dbnavigator.xml
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# Gradle
 | 
				
			||||||
 | 
					.idea/**/gradle.xml
 | 
				
			||||||
 | 
					.idea/**/libraries
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# Gradle and Maven with auto-import
 | 
				
			||||||
 | 
					# When using Gradle or Maven with auto-import, you should exclude module files,
 | 
				
			||||||
 | 
					# since they will be recreated, and may cause churn.  Uncomment if using
 | 
				
			||||||
 | 
					# auto-import.
 | 
				
			||||||
 | 
					# .idea/artifacts
 | 
				
			||||||
 | 
					# .idea/compiler.xml
 | 
				
			||||||
 | 
					# .idea/jarRepositories.xml
 | 
				
			||||||
 | 
					# .idea/modules.xml
 | 
				
			||||||
 | 
					# .idea/*.iml
 | 
				
			||||||
 | 
					# .idea/modules
 | 
				
			||||||
 | 
					# *.iml
 | 
				
			||||||
 | 
					# *.ipr
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# CMake
 | 
				
			||||||
 | 
					cmake-build-*/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# Mongo Explorer plugin
 | 
				
			||||||
 | 
					.idea/**/mongoSettings.xml
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# File-based project format
 | 
				
			||||||
 | 
					*.iws
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# IntelliJ
 | 
				
			||||||
 | 
					out/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# mpeltonen/sbt-idea plugin
 | 
				
			||||||
 | 
					.idea_modules/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# JIRA plugin
 | 
				
			||||||
 | 
					atlassian-ide-plugin.xml
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# Cursive Clojure plugin
 | 
				
			||||||
 | 
					.idea/replstate.xml
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# Crashlytics plugin (for Android Studio and IntelliJ)
 | 
				
			||||||
 | 
					com_crashlytics_export_strings.xml
 | 
				
			||||||
 | 
					crashlytics.properties
 | 
				
			||||||
 | 
					crashlytics-build.properties
 | 
				
			||||||
 | 
					fabric.properties
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# Editor-based Rest Client
 | 
				
			||||||
 | 
					.idea/httpRequests
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# Android studio 3.1+ serialized cache file
 | 
				
			||||||
 | 
					.idea/caches/build_file_checksums.ser
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Local History for Visual Studio Code
 | 
					 | 
				
			||||||
.history/
 | 
					 | 
				
			||||||
@ -1,6 +1,6 @@
 | 
				
			|||||||
<?xml version="1.0" encoding="UTF-8"?>
 | 
					<?xml version="1.0" encoding="UTF-8"?>
 | 
				
			||||||
<project version="4">
 | 
					<project version="4">
 | 
				
			||||||
  <component name="ContentModelUserStore">
 | 
					  <component name="UserContentModel">
 | 
				
			||||||
    <attachedFolders />
 | 
					    <attachedFolders />
 | 
				
			||||||
    <explicitIncludes />
 | 
					    <explicitIncludes />
 | 
				
			||||||
    <explicitExcludes />
 | 
					    <explicitExcludes />
 | 
				
			||||||
 | 
				
			|||||||
@ -1,7 +0,0 @@
 | 
				
			|||||||
<?xml version="1.0" encoding="UTF-8"?>
 | 
					 | 
				
			||||||
<module type="RIDER_MODULE" version="4">
 | 
					 | 
				
			||||||
  <component name="NewModuleRootManager">
 | 
					 | 
				
			||||||
    <content url="file://$MODULE_DIR$/../.." />
 | 
					 | 
				
			||||||
    <orderEntry type="sourceFolder" forTests="false" />
 | 
					 | 
				
			||||||
  </component>
 | 
					 | 
				
			||||||
</module>
 | 
					 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user