1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-09-18 23:41:37 +02:00

Update .gitignore

This commit is contained in:
mo8it 2024-04-07 22:40:50 +02:00
parent 9a4ee47c52
commit db43efe3ec

28
.gitignore vendored
View File

@ -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