Add .venv, configs/rhodecode.db, local_emails to gitignore
This commit is contained in:
parent
722c3bd369
commit
ad02337045
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -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*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue