rustlings/.gitignore

24 lines
222 B
Text
Raw Normal View History

2024-04-07 16:40:50 -04:00
# Cargo
target/
2024-03-31 20:11:52 -04:00
/tests/fixture/*/Cargo.lock
/dev/Cargo.lock
2024-03-31 12:59:01 -04:00
2024-04-07 16:40:50 -04:00
# State file
.rustlings-state.json
# oranda
public/
.netlify
# OS
2018-11-14 13:24:11 -05:00
.DS_Store
2024-04-07 16:40:50 -04:00
.direnv/
# Editor
*.swp
2020-05-28 13:01:32 -04:00
.idea
2024-04-07 16:40:50 -04:00
*.iml
# Ignore file for editors like Helix
.ignore