You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sedona.apache.org by "Vinoo Ganesh (Jira)" <ji...@apache.org> on 2022/01/24 18:56:00 UTC

[jira] [Created] (SEDONA-78) Add Intellij Generated Files to gitignore

Vinoo Ganesh created SEDONA-78:
----------------------------------

             Summary: Add Intellij Generated Files to gitignore
                 Key: SEDONA-78
                 URL: https://issues.apache.org/jira/browse/SEDONA-78
             Project: Apache Sedona
          Issue Type: Improvement
            Reporter: Vinoo Ganesh


The retired mvn idea:idea command is still used fairly widely. It generates a few files that aren't gitignored 
{code:java}
~/git/incubator-sedona (master) $ mvn idea:idea
...
$ git status
Untracked files:
  (use "git add <file>..." to include in what will be committed)
/target/
    sedona-parent.ipr
    sedona-parent.iws{code}
It would be nice to have these added to the gitignore 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)