Skip to content

Commit 637de40

Browse files
committed
Have Git ignore virtual environments *.venv
Enabler for spell-checking locally should reduce pushes occasioned by minor typos.
1 parent 817191a commit 637de40

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010

1111
.gradle
1212

13+
# Freely create virtual environments
14+
**/*.venv
15+
1316
# IntelliJ files
1417
*.eml
1518
*.ipr

0 commit comments

Comments
 (0)