Skip to content

Commit

Permalink
.gitignore: exclude /.idea/
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
hyangah committed Aug 15, 2017
1 parent 22cfe24 commit e4ba9e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,6 @@ _testmain.go
/test/pass.out
/test/run.out
/test/times.out

# IntelliJ-based editors
/.idea/

0 comments on commit e4ba9e3

Please sign in to comment.