Skip to content

Commit

Permalink
Add .idea folder to git ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyshah83 committed Jun 18, 2023
1 parent b5e7c98 commit 7b20e4f
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 32 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@
/.terraform/
/.terraform.lock.hcl
/.tfplan.binary
.tfplan.json
.tfplan.json
/.idea/
6 changes: 3 additions & 3 deletions .idea/compiler.xml

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

6 changes: 3 additions & 3 deletions .idea/modules.xml

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

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
rootProject.name = 'azure-integrations'
rootProject.name = 'aks-integrations'
include 'spring-data-reactive-redis'
include 'spring-reactive-cosmos'
include 'spring-cloud-stream-kafka'

0 comments on commit 7b20e4f

Please sign in to comment.