Merge pull request #264 from WyattJia/main

Update gitignore, ignore .DS_Store file.
pull/265/head
Sunface 3 years ago committed by GitHub
commit 406dfcacce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

BIN
book/.DS_Store vendored

Binary file not shown.

2
book/.gitignore vendored

@ -1,2 +1,2 @@
book book
*/.DS_Store .DS_Store

Binary file not shown.

Binary file not shown.

Binary file not shown.

2
codes/.gitignore vendored

@ -1,2 +1,2 @@
book book
*/.DS_Store .DS_Store

@ -5,6 +5,7 @@ target/
*.pdb *.pdb
exercises/clippy/Cargo.toml exercises/clippy/Cargo.toml
exercises/clippy/Cargo.lock exercises/clippy/Cargo.lock
.idea .idea/
.vscode .vscode
*.iml *.iml

Loading…
Cancel
Save