mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-08 14:40:27 +00:00
43 lines
382 B
Plaintext
43 lines
382 B
Plaintext
# gedit
|
|
*~
|
|
|
|
# eclipse
|
|
.settings
|
|
|
|
# pycharm
|
|
.idea
|
|
|
|
# vscode
|
|
.vscode
|
|
|
|
*.py[cod]
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
|
|
# Unit test / coverage reports
|
|
.coverage
|
|
.tox
|
|
nosetests.xml
|
|
|
|
# tmp files
|
|
.~*
|
|
|
|
flask
|
|
config.py
|
|
configs/production.py
|
|
logfile.log
|
|
log.txt
|
|
pdns.db
|
|
idp.crt
|
|
*.bak
|
|
db_repository/*
|
|
tmp/*
|
|
|
|
node_modules
|
|
powerdnsadmin/static/generated
|
|
.webassets-cache
|
|
.venv*
|
|
.pytest_cache
|
|
.DS_Store
|