Just adding virtual env folder to .gitignore
This commit is contained in:
@@ -4,6 +4,9 @@
|
||||
|
||||
|
||||
|
||||
# Ignore all contents of the virtual environment directory
|
||||
.venv/*
|
||||
|
||||
# Ignore all contents of the directory "work_dir"
|
||||
work_dir/*
|
||||
# But do not ignore the directory itself
|
||||
|
||||
Reference in New Issue
Block a user