Skip to content

Commit

Permalink
Add the .intellijPlatform directories to .gitignore (#7739)
Browse files Browse the repository at this point in the history
This is part of the Gradle IntelliJ migration,
#7670

Message from the updated plugin:
```
> Task :flutter-idea:verifyPluginProjectConfiguration
[org.jetbrains.intellij.platform] The following plugin configuration issues were found:
- The IntelliJ Platform cache directory should be excluded from the version control system. Add the '.intellijPlatform' entry to the '.gitignore' file.
```
  • Loading branch information
jwren authored Oct 28, 2024
1 parent dd0e49a commit d0c8a6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ resources/jxbrowser/jxbrowser.properties
.idea/libraries/Gradle_*.xml
**/.idea/modules.xml
.kotlin/
.intellijPlatform/
**/.intellijPlatform/
flutter-studio/build/
flutter-studio/.gradle/
flutter-idea/build/
Expand Down

0 comments on commit d0c8a6d

Please sign in to comment.