Remove ancient .gitignore lines (#4952)
The files referenced here have not existed for some time.
This commit is contained in:
parent
7e946d15ca
commit
e182ae75c2
1 changed files with 1 additions and 3 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -1,6 +1,4 @@
|
|||
.pio
|
||||
main/configuration.h
|
||||
main/credentials.h
|
||||
|
||||
# ignore vscode IDE settings files
|
||||
.vscode/*
|
||||
|
|
@ -32,4 +30,4 @@ release/
|
|||
.vscode/extensions.json
|
||||
/compile_commands.json
|
||||
src/mesh/raspihttp/certificate.pem
|
||||
src/mesh/raspihttp/private_key.pem
|
||||
src/mesh/raspihttp/private_key.pem
|
||||
|
|
|
|||
Loading…
Reference in a new issue