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/
|
||||
/tests/fixture/*/Cargo.lock
|
||||
/dev/Cargo.lock
|
||||
|
||||
*.swp
|
||||
**/*.rs.bk
|
||||
# State file
|
||||
.rustlings-state.json
|
||||
|
||||
# oranda
|
||||
public/
|
||||
.netlify
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
*.pdb
|
||||
.direnv/
|
||||
|
||||
# Editor
|
||||
*.swp
|
||||
.idea
|
||||
*.iml
|
||||
|
||||
# VS Code extension recommendations
|
||||
.vscode/*
|
||||
!.vscode/extensions.json
|
||||
*.iml
|
||||
*.o
|
||||
public/
|
||||
.direnv/
|
||||
.ignore
|
||||
|
||||
# Local Netlify folder
|
||||
.netlify
|
||||
# Ignore file for editors like Helix
|
||||
.ignore
|
||||
|
Loading…
Reference in New Issue
Block a user