Skip to content

Commit

Permalink
Updated gitignore (#29)
Browse files Browse the repository at this point in the history
Stopped tracking .env and metadata for Jetbrains IDEs
  • Loading branch information
adityachugh authored and jayair committed Mar 30, 2018
1 parent 1727bf7 commit ed606d2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,9 @@ Session.vim
.webpack
.serverless

#env
env.yml
# env
env.yml
.env

# Jetbrains IDEs
.idea

0 comments on commit ed606d2

Please sign in to comment.