Skip to content

Commit

Permalink
⚙️ Adds .envrc
Browse files Browse the repository at this point in the history
  • Loading branch information
jefftriplett committed Jan 3, 2024
1 parent d4f7b93 commit d2c9376
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions home/.virtualenvs/postactivate
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ if ! [ -e "${VIRTUAL_ENV_STIGNORE}" ]; then
echo "*.pyi" >> ${VIRTUAL_ENV_STIGNORE}
echo ".*-cache/" >> ${VIRTUAL_ENV_STIGNORE}
echo ".DS_Store" >> ${VIRTUAL_ENV_STIGNORE}
echo ".envrc" >> ${VIRTUAL_ENV_STIGNORE}
echo ".jekyll-cache/" >> ${VIRTUAL_ENV_STIGNORE}
echo ".mypy_cache/" >> ${VIRTUAL_ENV_STIGNORE}
echo ".nox/" >> ${VIRTUAL_ENV_STIGNORE}
Expand Down

0 comments on commit d2c9376

Please sign in to comment.