Skip to content

Commit

Permalink
Ignore envrc file to ease usage of direnv. (#11267)
Browse files Browse the repository at this point in the history
[direnv](https://direnv.net/) is a tool that allows setting environment variables based on the current folder.
This PR ignores the direnv config file, which in turn, will allow pants developers to have this file and use it to set enviroment variables (specifically PANTS_XXXXX ones) to configure pants running locally to match their setup.
  • Loading branch information
asherf authored Dec 8, 2020
1 parent 4280a1e commit db2bb67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ __pycache__/
*~
*#
.#*
.envrc
.DS_Store
.build.properties
.buildcache/
Expand Down

0 comments on commit db2bb67

Please sign in to comment.