JetBrains / sbt-idea-plugin

Develop IntelliJ plugins with Scala and SBT
Apache License 2.0
97 stars 28 forks source link

Ignore .DS_Store file #43

Closed Thangiee closed 4 years ago

Thangiee commented 4 years ago

A .DS_store file gets created when opening a directory with Mac using the Finder app. This seems to cause some error messages until I manually delete that file. Maybe we can ignore a .DS_store file instead?


[error] Failed to build plugin index from /Users/tle/.IntelliJ-Scala-Pants-ReplPluginIC/sdk/192.7142.36/plugins/.DS_Store: Couldn't find plugin.xml in /Users/tle/.IntelliJ-Scala-Pants-ReplPluginIC/sdk/192.7142.36/plugins/.DS_Store
[info] Writing structure to /private/var/folders/9m/r6q8f2fn24xbnq5j67f9gthr0000gp/T/sbt-structure.xml...
[info] Done.
[success] Total time: 1 s, completed Nov 5, 2019 1:35:17 PM
[info] Reapplying settings...
[info] Set current project to plugin (in build file:/Users/tle/github/intellij-scala-repl/)
[error] Failed to build plugin index from /Users/tle/.IntelliJ-Scala-Pants-ReplPluginIC/sdk/192.7142.36/plugins/.DS_Store: Couldn't find plugin.xml in /Users/tle/.IntelliJ-Scala-Pants-ReplPluginIC/sdk/192.7142.36/plugins/.DS_Store
[success] Total time: 0 s, completed Nov 5, 2019 1:35:17 PM
[info] Defining Global / ideaPort
[info] The new value will be used by Compile / compile, Test / compile and 1 others.
[info]  Run `last` for details.
[info] Reapplying settings...
[info] Set current project to plugin (in build file:/Users/tle/github/intellij-scala-repl/)
[error] Failed to build plugin index from /Users/tle/.IntelliJ-Scala-Pants-ReplPluginIC/sdk/192.7142.36/plugins/.DS_Store: Couldn't find plugin.xml in /Users/tle/.IntelliJ-Scala-Pants-ReplPluginIC/sdk/192.7142.36/plugins/.DS_Store```