Commit 9583631666072a2242a10b53768cac41eb6cdca5

Authored by Jeroen van Baarsen
1 parent 0004aafe

Add envrc to git-ignore

envrc files are created when you use direnv (Its recommended in
combination with spring, see: https://github.com/rails/spring#setup)
Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
.gitignore
... ... @@ -35,3 +35,4 @@ doc/code/*
35 35 *.log
36 36 public/uploads.*
37 37 public/assets/
  38 +.envrc
... ...