mirror of
https://github.com/rust-lang/rustlings
synced 2024-11-10 13:10:40 +00:00
Update .gitignore
This commit is contained in:
parent
9a4ee47c52
commit
db43efe3ec
28
.gitignore
vendored
28
.gitignore
vendored
@ -1,19 +1,27 @@
|
|||||||
|
# Cargo
|
||||||
target/
|
target/
|
||||||
/tests/fixture/*/Cargo.lock
|
/tests/fixture/*/Cargo.lock
|
||||||
/dev/Cargo.lock
|
/dev/Cargo.lock
|
||||||
|
|
||||||
*.swp
|
# State file
|
||||||
**/*.rs.bk
|
.rustlings-state.json
|
||||||
|
|
||||||
|
# oranda
|
||||||
|
public/
|
||||||
|
.netlify
|
||||||
|
|
||||||
|
# OS
|
||||||
.DS_Store
|
.DS_Store
|
||||||
*.pdb
|
.direnv/
|
||||||
|
|
||||||
|
# Editor
|
||||||
|
*.swp
|
||||||
.idea
|
.idea
|
||||||
|
*.iml
|
||||||
|
|
||||||
|
# VS Code extension recommendations
|
||||||
.vscode/*
|
.vscode/*
|
||||||
!.vscode/extensions.json
|
!.vscode/extensions.json
|
||||||
*.iml
|
|
||||||
*.o
|
|
||||||
public/
|
|
||||||
.direnv/
|
|
||||||
.ignore
|
|
||||||
|
|
||||||
# Local Netlify folder
|
# Ignore file for editors like Helix
|
||||||
.netlify
|
.ignore
|
||||||
|
Loading…
Reference in New Issue
Block a user