1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-09-20 00:08:06 +02:00
rustlings/.gitignore

24 lines
221 B
Plaintext
Raw Normal View History

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