modified gitignore
This commit is contained in:
parent
46f963266d
commit
447a163bfa
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -10,3 +10,5 @@ Cargo.lock
|
||||||
# These are backup files generated by rustfmt
|
# These are backup files generated by rustfmt
|
||||||
**/*.rs.bk
|
**/*.rs.bk
|
||||||
|
|
||||||
|
# DO not put the token online
|
||||||
|
src/token.rs
|
||||||
|
|
1
src/token.rs
Normal file
1
src/token.rs
Normal file
|
@ -0,0 +1 @@
|
||||||
|
pub const TOKEN : &str = "MTIxNTIwMzEyMTk5NTcxNDU4MQ.GOElxa.8N8MN14errNPxwjCXU6_6Y8C-moZh-lLMeugMo";
|
Loading…
Reference in a new issue