rustlings/.gitignore

28 lines
294 B
Text
Raw Normal View History

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