mirror of https://github.com/telemt/telemt.git
Add proxy-secret to .gitignore
The proxy-secret file contains sensitive authentication data that should never be committed to version control.
This commit is contained in:
parent
49fc11ddfa
commit
1b1bdfe99a
|
|
@ -19,7 +19,5 @@ target
|
||||||
# and can be added to the global gitignore or merged into this file. For a more nuclear
|
# and can be added to the global gitignore or merged into this file. For a more nuclear
|
||||||
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
||||||
#.idea/
|
#.idea/
|
||||||
*.rs
|
|
||||||
target
|
proxy-secret
|
||||||
Cargo.lock
|
|
||||||
src
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue