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>
This commit is contained in:
Hana (Hyang-Ah) Kim 2017-08-04 17:38:46 -04:00 коммит произвёл Hyang-Ah Hana Kim
Родитель 22cfe24aca
Коммит e4ba9e3c54
1 изменённых файлов: 3 добавлений и 0 удалений

3
.gitignore поставляемый
Просмотреть файл

@ -43,3 +43,6 @@ _testmain.go
/test/pass.out
/test/run.out
/test/times.out
# IntelliJ-based editors
/.idea/