mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2025-06-14 20:16:05 +00:00
Initial commit
This commit is contained in:
28
.gitignore
vendored
Normal file
28
.gitignore
vendored
Normal file
@ -0,0 +1,28 @@
|
||||
# gedit
|
||||
*~
|
||||
|
||||
# eclipse
|
||||
.settings
|
||||
|
||||
# pycharm
|
||||
.idea
|
||||
|
||||
*.py[cod]
|
||||
|
||||
# Installer logs
|
||||
pip-log.txt
|
||||
|
||||
# Unit test / coverage reports
|
||||
.coverage
|
||||
.tox
|
||||
nosetests.xml
|
||||
|
||||
# tmp files
|
||||
.~*
|
||||
|
||||
flask
|
||||
config.py
|
||||
logfile.log
|
||||
|
||||
db_repository/*
|
||||
tmp/*
|
Reference in New Issue
Block a user