.gitignore: do not ingnor .html files - we have some of them in the repository
This commit is contained in:
parent
cf95f616c5
commit
c9dd5a2452
|
@ -10,7 +10,6 @@ local.mak
|
||||||
*.old[0-9][0-9]
|
*.old[0-9][0-9]
|
||||||
*.5
|
*.5
|
||||||
*.7
|
*.7
|
||||||
*.html
|
|
||||||
__pycache__/
|
__pycache__/
|
||||||
/etc/proxmox-backup.service
|
/etc/proxmox-backup.service
|
||||||
/etc/proxmox-backup-proxy.service
|
/etc/proxmox-backup-proxy.service
|
||||||
|
|
Loading…
Reference in New Issue