Merge pull request #1195 from Metrax/git-ignore

Adding venv and yarn-error.log to gitignore
This commit is contained in:
jbe-dw 2022-05-17 23:45:16 +02:00 committed by GitHub
commit 1961581527
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
.gitignore vendored
View File

@ -38,5 +38,7 @@ node_modules
powerdnsadmin/static/generated
.webassets-cache
.venv*
venv*
.pytest_cache
.DS_Store
yarn-error.log