Files
google-apis-rs/etc/sublime-text/youtube-rs.sublime-project
Sebastian Thiel dda847607f feat(all): initial commit
Base project with everything it will need to grow:
* CI
* documentation
* basic cargo
2015-02-27 10:23:31 +01:00

17 lines
198 B
Plaintext

{
"folders":
[
{
"follow_symlinks": true,
"path": "../..",
"file_exclude_patterns" : [
"Cargo.lock"
],
"folder_exclude_patterns" : [
"target",
".git",
],
},
]
}