Skip to content

Commit

Permalink
Don't hide/ignore .env files.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Jan 26, 2016
1 parent 8153780 commit 0d72e63
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,3 @@ install_manifest.txt

# Ignore build directories.
b/

# Ignore secrets files
.env
2 changes: 1 addition & 1 deletion tm_properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ fontSize = 12
lineEndings = '\n'
spellingLanguage = en_GB

myExtraIncludes = ".tm_properties,.gitignore,.ruby-version,.travis.yml"
myExtraIncludes = ".env*,.tm_properties,.gitignore,.ruby-version,.travis.yml"
fileBrowserGlob = "{*,$myExtraIncludes}"
include = "{$include,$myExtraIncludes}"

Expand Down

0 comments on commit 0d72e63

Please sign in to comment.