mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-06-27 00:41:21 +02:00
Update .gitignore
This commit is contained in:
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
|
||||||
|
Reference in New Issue
Block a user