Add .venv, configs/rhodecode.db, local_emails to gitignore

This commit is contained in:
russell@unturf.com 2026-03-04 16:45:50 -05:00
parent 722c3bd369
commit ad02337045

3
.gitignore vendored
View file

@ -54,6 +54,9 @@ rhodecode/public/js/src/components/**/*.css
/rhodecode_dev.log /rhodecode_dev.log
/test.db /test.db
/venv/ /venv/
/.venv/
/configs/rhodecode.db
/local_emails/
# ac-tests # ac-tests
/acceptance_tests/.cache* /acceptance_tests/.cache*