]> Cypherpunks.ru repositories - gostls13.git/commit
.gitignore: exclude /.idea/
authorHana (Hyang-Ah) Kim <hyangah@gmail.com>
Fri, 4 Aug 2017 21:38:46 +0000 (17:38 -0400)
committerHyang-Ah Hana Kim <hyangah@gmail.com>
Tue, 15 Aug 2017 16:24:37 +0000 (16:24 +0000)
commite4ba9e3c546251c742b6496752c376f6a253c4a9
treed07f7dda85469df0a5a93415c7740e11a5ddc757
parent22cfe24aca80653b0e8efdd4a1aba1df00e8e72d
.gitignore: exclude /.idea/

Some IDEs (e.g. intellij IDE based ones) create the .idea folder
to store project specific settings. This is irrelevant to Go project
that does not assume any specific IDEs, but interferes with git.

Change-Id: I0c93d9a3f7edff095fbe0c7a53b06c92b391c970
Reviewed-on: https://go-review.googlesource.com/53770
Reviewed-by: Ian Lance Taylor <iant@golang.org>
.gitignore