mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-24 22:47:32 -05:00
Update .gitignore
This commit is contained in:
parent
9a4ee47c52
commit
db43efe3ec
1 changed files with 18 additions and 10 deletions
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 a new issue