mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-09 15:10:27 +00:00
Adding venv and yarn-error.log to gitignore
venv: in the wiki, the installation is described with creating the venv into "venv", but only ".venv" is in gitignore yarn-error.log: file is created if yarn fails, it should not be commited to the repo accidentally
This commit is contained in:
parent
6579c9e830
commit
8b105d8aff
2
.gitignore
vendored
2
.gitignore
vendored
@ -38,5 +38,7 @@ node_modules
|
||||
powerdnsadmin/static/generated
|
||||
.webassets-cache
|
||||
.venv*
|
||||
venv*
|
||||
.pytest_cache
|
||||
.DS_Store
|
||||
yarn-error.log
|
||||
|
Loading…
Reference in New Issue
Block a user