mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-01-27 08:18:07 +00:00
Merge pull request #142 from ferrous-systems/macos-gitignore
gitignore DS_Store, .vscode/
This commit is contained in:
commit
475c791143
1 changed files with 4 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,3 +1,6 @@
|
||||||
target/
|
target/
|
||||||
book/
|
book/
|
||||||
Cargo.lock
|
Cargo.lock
|
||||||
|
|
||||||
|
.vscode/
|
||||||
|
*.DS_Store
|
||||||
|
|
Loading…
Reference in a new issue