Skip to content
This repository has been archived by the owner on May 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #105 from SJSURoboticsTeam/GitIgnoreUpdate
Browse files Browse the repository at this point in the history
Anything ending in 'env' in the proj root will be ignored
  • Loading branch information
chrehall68 authored Mar 30, 2024
2 parents e74b624 + 61cd067 commit e2ca7c3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ __pycache__/

.python-version

.env
.venv
env/
venv/
*env
*.*env
ENV/
env.bak/
venv.bak/
Expand Down

0 comments on commit e2ca7c3

Please sign in to comment.