mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-01-25 07:18:08 +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
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -1,3 +1,6 @@
|
|||
target/
|
||||
book/
|
||||
Cargo.lock
|
||||
Cargo.lock
|
||||
|
||||
.vscode/
|
||||
*.DS_Store
|
||||
|
|
Loading…
Reference in a new issue