diff options
| author | Fred Hebert <mononcqc@ferd.ca> | 2017-08-06 07:11:17 -0400 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-06 07:11:17 -0400 | 
| commit | a80d7886aaa75b7f66eb1dec9a599b5901d4bc15 (patch) | |
| tree | b03d748e1ac8a0458a54118f0baf9a60cfd8ca79 | |
| parent | b956c145938cab288d683b0977a2314e280ca02d (diff) | |
| parent | 42ae87965fae23434624cd2c92fc35806f641be4 (diff) | |
Merge pull request #1580 from aha-oretama/patch-ignore
Ignore IntelliJ IDEA file
| -rw-r--r-- | priv/templates/gitignore | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/priv/templates/gitignore b/priv/templates/gitignore index 468614d..40ca652 100644 --- a/priv/templates/gitignore +++ b/priv/templates/gitignore @@ -14,4 +14,5 @@ erl_crash.dump  logs  _build  .idea +*.iml  rebar3.crashdump | 
