Skip to content

Commit d14375e

Browse files
committed
rider stuff
1 parent 5d15c53 commit d14375e

6 files changed

Lines changed: 50 additions & 0 deletions

File tree

.gitignore

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,27 @@ MigrationBackup/
358358
# Ionide (cross platform F# VS Code tools) working folder
359359
.ionide/
360360

361+
# Rider / IntelliJ
362+
# User specific
363+
**/.idea/**/workspace.xml
364+
**/.idea/**/tasks.xml
365+
**/.idea/shelf/*
366+
**/.idea/dictionaries
367+
**/.idea/httpRequests/
368+
369+
# Sensitive or high-churn files
370+
**/.idea/**/dataSources/
371+
**/.idea/**/dataSources.ids
372+
**/.idea/**/dataSources.xml
373+
**/.idea/**/dataSources.local.xml
374+
**/.idea/**/sqlDataSources.xml
375+
**/.idea/**/dynamic.xml
376+
377+
# Rider auto-generates .iml files, and contentModel.xml
378+
**/.idea/**/*.iml
379+
**/.idea/**/contentModel.xml
380+
**/.idea/**/modules.xml
381+
361382
# Fody - auto-generated XML schema
362383
FodyWeavers.xsd
363384

.idea/.idea.JotunnLib/.idea/.gitignore

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/.idea.JotunnLib/.idea/.name

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/.idea.JotunnLib/.idea/indexLayout.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/.idea.JotunnLib/.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

TestMod/TestMod.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<FileAlignment>512</FileAlignment>
1414
<Deterministic>true</Deterministic>
1515
<TargetFrameworkProfile />
16+
<LangVersion>latest</LangVersion>
1617
</PropertyGroup>
1718
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1819
<DebugSymbols>true</DebugSymbols>

0 commit comments

Comments
 (0)