Skip to content

Commit

Permalink
Update to build.gradle.kts and v2 of jetbrains gradle plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Socolin committed Jul 26, 2024
1 parent edaf772 commit fdd2495
Show file tree
Hide file tree
Showing 15 changed files with 521 additions and 284 deletions.
28 changes: 9 additions & 19 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,25 +1,15 @@
# Common IntelliJ Platform excludes
/.idea/
/.gradle/
/.intellijPlatform/

# User specific
**/.idea/**/workspace.xml
**/.idea/**/tasks.xml
**/.idea/shelf/*
**/.idea/dictionaries
**/.idea/httpRequests/
bin/
obj/
build/

# Sensitive or high-churn files
**/.idea/**/dataSources/
**/.idea/**/dataSources.ids
**/.idea/**/dataSources.xml
**/.idea/**/dataSources.local.xml
**/.idea/**/sqlDataSources.xml
**/.idea/**/dynamic.xml
/src/rider/generated/**/*.Generated.kt
/src/dotnet/ReSharperPlugin.NSubstituteComplete/Model/**/*.Generated.cs

# Rider
# Rider auto-generates .iml files, and contentModel.xml
**/.idea/**/*.iml
**/.idea/**/contentModel.xml
**/.idea/**/modules.xml
/src/dotnet/nuget.config

*.suo
*.user
Expand Down
3 changes: 1 addition & 2 deletions .idea/.idea.NSubstituteComplete/.idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion NSubstituteComplete.sln
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ ProjectSection(SolutionItems) = preProject
README.md = README.md
CHANGELOG.md = CHANGELOG.md
gradle.properties = gradle.properties
build.gradle = build.gradle
build.gradle.kts = build.gradle.kts
settings.gradle.kts = settings.gradle.kts
gradle\libs.versions.toml = gradle\libs.versions.toml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReSharperPlugin.NSubstituteComplete.Tests", "src\dotnet\ReSharperPlugin.NSubstituteComplete.Tests\ReSharperPlugin.NSubstituteComplete.Tests.csproj", "{01C3DEF5-50B2-47CB-9467-19BC6DDF9D3D}"
Expand Down
193 changes: 0 additions & 193 deletions build.gradle

This file was deleted.

Loading

0 comments on commit fdd2495

Please sign in to comment.