Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update gitignore to ignore jetbrains .idea folder #85

Merged

Conversation

KevinOnFrontEnd
Copy link
Contributor

Jetbrains rider generates an .idea folder which constantly gets generated when building the solution.

This small PR ignores the .idea folder.

Reference:
https://rider-support.jetbrains.com/hc/en-us/articles/207097529-What-is-the-idea-folder-

@KevinOnFrontEnd KevinOnFrontEnd changed the title Ignore jetbrains .idea folder https://rider-support.jetbrains.com/hc/… update gitignore to ignore jetbrains .idea folder Jul 31, 2023
@KevinOnFrontEnd KevinOnFrontEnd force-pushed the git-ignore-jetbrains-idea-folder branch from a9d2324 to fe0b9a7 Compare July 31, 2023 13:35
@dkackman dkackman merged commit c3dc824 into dkackman:main Jul 31, 2023
1 check passed
@KevinOnFrontEnd KevinOnFrontEnd deleted the git-ignore-jetbrains-idea-folder branch July 31, 2023 16:19
dkackman added a commit that referenced this pull request Aug 3, 2023
* Bump YamlDotNet from 11.2.1 to 12.3.1 in /src/chia-dotnet (#65)

Bumps [YamlDotNet](https://github.com/aaubry/YamlDotNet) from 11.2.1 to 12.3.1.
- [Release notes](https://github.com/aaubry/YamlDotNet/releases)
- [Commits](aaubry/YamlDotNet@v11.2.1...v12.3.1)

---
updated-dependencies:
- dependency-name: YamlDotNet
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump Newtonsoft.Json from 13.0.1 to 13.0.2 in /src/chia-dotnet (#60)

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 13.0.1 to 13.0.2.
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](JamesNK/Newtonsoft.Json@13.0.1...13.0.2)

---
updated-dependencies:
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update README.md (#77)

* Bump YamlDotNet from 12.3.1 to 13.1.1 in /src/chia-dotnet (#79)

Bumps [YamlDotNet](https://github.com/aaubry/YamlDotNet) from 12.3.1 to 13.1.1.
- [Release notes](https://github.com/aaubry/YamlDotNet/releases)
- [Commits](aaubry/YamlDotNet@v12.3.1...v13.1.1)

---
updated-dependencies:
- dependency-name: YamlDotNet
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove rate limited wallet types and methods (#81)

* Update dependabot.yml (#82)

* Update codeql-analysis.yml to v2

* Update README.md (#84)

* Ignore jetbrains .idea folder https://rider-support.jetbrains.com/hc/en-us/articles/207097529-What-is-the-idea-folder- (#85)

Co-authored-by: kev <kev@darkhorse>

* added initial get-block-spends (#83)

* added initial get-block-spends

* Recommended PR changes

---------

Co-authored-by: kev <kev@darkhorse>
Co-authored-by: Don Kackman <dkackman@gmail.com>

* Dto (#86)

* up through Mirror

* first pass done

* Remove blockspend.cs and use existing model CoinSpend (#87)

Co-authored-by: kev <kev@darkhorse>

* Key management (#88)

* get_key

* get_keys

* set_label

* delete_label

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: KevinOnFrontEnd <133973062+KevinOnFrontEnd@users.noreply.github.com>
Co-authored-by: kev <kev@darkhorse>
dkackman added a commit that referenced this pull request Aug 3, 2023
* use environment to find home

* is_running

* dep updates

* dep updates and lint

* add data layer, AddMissingFiles, BatchUpdate

* CreateDataStore

* GetBlockSpends

* get_fee_estimate

* comment

* new properties

* PushTransactions

* GetCoinRecordsByNames

* GetSpendableCoins

* NFTInfo fix (#76)

* NFTInfo fix

* Adding Id parameter and fix Infos for GetOfferSummary

---------

Co-authored-by: Enache Dragos <edragos55@hotmail.com>

* remove RLWallet add DL

* update from main (#89)

* Bump YamlDotNet from 11.2.1 to 12.3.1 in /src/chia-dotnet (#65)

Bumps [YamlDotNet](https://github.com/aaubry/YamlDotNet) from 11.2.1 to 12.3.1.
- [Release notes](https://github.com/aaubry/YamlDotNet/releases)
- [Commits](aaubry/YamlDotNet@v11.2.1...v12.3.1)

---
updated-dependencies:
- dependency-name: YamlDotNet
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump Newtonsoft.Json from 13.0.1 to 13.0.2 in /src/chia-dotnet (#60)

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 13.0.1 to 13.0.2.
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](JamesNK/Newtonsoft.Json@13.0.1...13.0.2)

---
updated-dependencies:
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update README.md (#77)

* Bump YamlDotNet from 12.3.1 to 13.1.1 in /src/chia-dotnet (#79)

Bumps [YamlDotNet](https://github.com/aaubry/YamlDotNet) from 12.3.1 to 13.1.1.
- [Release notes](https://github.com/aaubry/YamlDotNet/releases)
- [Commits](aaubry/YamlDotNet@v12.3.1...v13.1.1)

---
updated-dependencies:
- dependency-name: YamlDotNet
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove rate limited wallet types and methods (#81)

* Update dependabot.yml (#82)

* Update codeql-analysis.yml to v2

* Update README.md (#84)

* Ignore jetbrains .idea folder https://rider-support.jetbrains.com/hc/en-us/articles/207097529-What-is-the-idea-folder- (#85)

Co-authored-by: kev <kev@darkhorse>

* added initial get-block-spends (#83)

* added initial get-block-spends

* Recommended PR changes

---------

Co-authored-by: kev <kev@darkhorse>
Co-authored-by: Don Kackman <dkackman@gmail.com>

* Dto (#86)

* up through Mirror

* first pass done

* Remove blockspend.cs and use existing model CoinSpend (#87)

Co-authored-by: kev <kev@darkhorse>

* Key management (#88)

* get_key

* get_keys

* set_label

* delete_label

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: KevinOnFrontEnd <133973062+KevinOnFrontEnd@users.noreply.github.com>
Co-authored-by: kev <kev@darkhorse>

* remove duplicated GetBlockSpends

* add new includePending

* missing param

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Blackcode <edragos55@yahoo.com>
Co-authored-by: Enache Dragos <edragos55@hotmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: KevinOnFrontEnd <133973062+KevinOnFrontEnd@users.noreply.github.com>
Co-authored-by: kev <kev@darkhorse>
dkackman added a commit that referenced this pull request Aug 4, 2023
* use environment to find home

* is_running

* dep updates

* dep updates and lint

* add data layer, AddMissingFiles, BatchUpdate

* CreateDataStore

* GetBlockSpends

* get_fee_estimate

* comment

* new properties

* PushTransactions

* GetCoinRecordsByNames

* GetSpendableCoins

* NFTInfo fix (#76)

* NFTInfo fix

* Adding Id parameter and fix Infos for GetOfferSummary

---------

Co-authored-by: Enache Dragos <edragos55@hotmail.com>

* remove RLWallet add DL

* update from main (#89)

* Bump YamlDotNet from 11.2.1 to 12.3.1 in /src/chia-dotnet (#65)

Bumps [YamlDotNet](https://github.com/aaubry/YamlDotNet) from 11.2.1 to 12.3.1.
- [Release notes](https://github.com/aaubry/YamlDotNet/releases)
- [Commits](aaubry/YamlDotNet@v11.2.1...v12.3.1)

---
updated-dependencies:
- dependency-name: YamlDotNet
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump Newtonsoft.Json from 13.0.1 to 13.0.2 in /src/chia-dotnet (#60)

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 13.0.1 to 13.0.2.
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](JamesNK/Newtonsoft.Json@13.0.1...13.0.2)

---
updated-dependencies:
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update README.md (#77)

* Bump YamlDotNet from 12.3.1 to 13.1.1 in /src/chia-dotnet (#79)

Bumps [YamlDotNet](https://github.com/aaubry/YamlDotNet) from 12.3.1 to 13.1.1.
- [Release notes](https://github.com/aaubry/YamlDotNet/releases)
- [Commits](aaubry/YamlDotNet@v12.3.1...v13.1.1)

---
updated-dependencies:
- dependency-name: YamlDotNet
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove rate limited wallet types and methods (#81)

* Update dependabot.yml (#82)

* Update codeql-analysis.yml to v2

* Update README.md (#84)

* Ignore jetbrains .idea folder https://rider-support.jetbrains.com/hc/en-us/articles/207097529-What-is-the-idea-folder- (#85)

Co-authored-by: kev <kev@darkhorse>

* added initial get-block-spends (#83)

* added initial get-block-spends

* Recommended PR changes

---------

Co-authored-by: kev <kev@darkhorse>
Co-authored-by: Don Kackman <dkackman@gmail.com>

* Dto (#86)

* up through Mirror

* first pass done

* Remove blockspend.cs and use existing model CoinSpend (#87)

Co-authored-by: kev <kev@darkhorse>

* Key management (#88)

* get_key

* get_keys

* set_label

* delete_label

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: KevinOnFrontEnd <133973062+KevinOnFrontEnd@users.noreply.github.com>
Co-authored-by: kev <kev@darkhorse>

* remove duplicated GetBlockSpends

* add new includePending

* missing param

* fix warnings

* add_mirror

* cancel offer

* check_plugins

* delete_key

* delete_mirror

* get_ancestors

* get_keys

* get_keys_values

* get_kv_diff

* get_local_root

* get_mirrors

* get_owned_stores

* add codegen

* all of data layer

* fix VerifyOffer

* Update dotnet.yml

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Blackcode <edragos55@yahoo.com>
Co-authored-by: Enache Dragos <edragos55@hotmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: KevinOnFrontEnd <133973062+KevinOnFrontEnd@users.noreply.github.com>
Co-authored-by: kev <kev@darkhorse>
dkackman added a commit that referenced this pull request Aug 4, 2023
* use environment to find home

* is_running

* dep updates

* dep updates and lint

* add data layer, AddMissingFiles, BatchUpdate

* CreateDataStore

* GetBlockSpends

* get_fee_estimate

* comment

* new properties

* PushTransactions

* GetCoinRecordsByNames

* GetSpendableCoins

* NFTInfo fix (#76)

* NFTInfo fix

* Adding Id parameter and fix Infos for GetOfferSummary

---------

Co-authored-by: Enache Dragos <edragos55@hotmail.com>

* remove RLWallet add DL

* update from main (#89)

* Bump YamlDotNet from 11.2.1 to 12.3.1 in /src/chia-dotnet (#65)

Bumps [YamlDotNet](https://github.com/aaubry/YamlDotNet) from 11.2.1 to 12.3.1.
- [Release notes](https://github.com/aaubry/YamlDotNet/releases)
- [Commits](aaubry/YamlDotNet@v11.2.1...v12.3.1)

---
updated-dependencies:
- dependency-name: YamlDotNet
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump Newtonsoft.Json from 13.0.1 to 13.0.2 in /src/chia-dotnet (#60)

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 13.0.1 to 13.0.2.
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](JamesNK/Newtonsoft.Json@13.0.1...13.0.2)

---
updated-dependencies:
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update README.md (#77)

* Bump YamlDotNet from 12.3.1 to 13.1.1 in /src/chia-dotnet (#79)

Bumps [YamlDotNet](https://github.com/aaubry/YamlDotNet) from 12.3.1 to 13.1.1.
- [Release notes](https://github.com/aaubry/YamlDotNet/releases)
- [Commits](aaubry/YamlDotNet@v12.3.1...v13.1.1)

---
updated-dependencies:
- dependency-name: YamlDotNet
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove rate limited wallet types and methods (#81)

* Update dependabot.yml (#82)

* Update codeql-analysis.yml to v2

* Update README.md (#84)

* Ignore jetbrains .idea folder https://rider-support.jetbrains.com/hc/en-us/articles/207097529-What-is-the-idea-folder- (#85)

Co-authored-by: kev <kev@darkhorse>

* added initial get-block-spends (#83)

* added initial get-block-spends

* Recommended PR changes

---------

Co-authored-by: kev <kev@darkhorse>
Co-authored-by: Don Kackman <dkackman@gmail.com>

* Dto (#86)

* up through Mirror

* first pass done

* Remove blockspend.cs and use existing model CoinSpend (#87)

Co-authored-by: kev <kev@darkhorse>

* Key management (#88)

* get_key

* get_keys

* set_label

* delete_label

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: KevinOnFrontEnd <133973062+KevinOnFrontEnd@users.noreply.github.com>
Co-authored-by: kev <kev@darkhorse>

* remove duplicated GetBlockSpends

* add new includePending

* missing param

* fix warnings

* add_mirror

* cancel offer

* check_plugins

* delete_key

* delete_mirror

* get_ancestors

* get_keys

* get_keys_values

* get_kv_diff

* get_local_root

* get_mirrors

* get_owned_stores

* add codegen

* all of data layer

* fix VerifyOffer

* Update dotnet.yml

* update version stuff

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Blackcode <edragos55@yahoo.com>
Co-authored-by: Enache Dragos <edragos55@hotmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: KevinOnFrontEnd <133973062+KevinOnFrontEnd@users.noreply.github.com>
Co-authored-by: kev <kev@darkhorse>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants