Add JSON files and oauth storage to .gitignore.
The only JSON file is the client secret file, which we really don't want leaking. Same goes for the oauth storage file. Change-Id: Ie860704574ec37ccfc50ff7c9d59717a7b9b443b
This commit is contained in:
parent
691e809edb
commit
eb85ff0aba
2
tools/bionicbb/.gitignore
vendored
2
tools/bionicbb/.gitignore
vendored
@ -1,4 +1,6 @@
|
||||
config.py
|
||||
*.json
|
||||
oauth.storage
|
||||
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
|
Loading…
x
Reference in New Issue
Block a user