rustlings/.gitignore

28 lines
294 B
Plaintext
Raw Normal View History

2024-04-07 23:40:50 +03:00
# Cargo
target/
2024-04-01 03:11:52 +03:00
/tests/fixture/*/Cargo.lock
/dev/Cargo.lock
2024-03-31 19:59:01 +03:00
2024-04-07 23:40:50 +03:00
# State file
.rustlings-state.json
# oranda
public/
.netlify
# OS
2018-11-14 21:24:11 +03:00
.DS_Store
2024-04-07 23:40:50 +03:00
.direnv/
# Editor
*.swp
2020-05-28 20:01:32 +03:00
.idea
2024-04-07 23:40:50 +03:00
*.iml
# VS Code extension recommendations
.vscode/*
!.vscode/extensions.json
2024-04-07 23:40:50 +03:00
# Ignore file for editors like Helix
.ignore