1
0
Fork 0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-05-11 12:56:07 +02:00
rustlings/.gitignore

19 lines
222 B
Plaintext
Raw Permalink Normal View History

2016-02-09 21:23:50 +01:00
*.swp
target/
2018-04-26 21:41:19 +02:00
**/*.rs.bk
2018-11-14 19:24:11 +01:00
.DS_Store
*.pdb
2023-11-11 07:19:23 +01:00
exercises/22_clippy/Cargo.toml
exercises/22_clippy/Cargo.lock
2022-06-16 05:53:41 +02:00
rust-project.json
2020-05-28 19:01:32 +02:00
.idea
.vscode/*
!.vscode/extensions.json
2021-09-09 15:53:05 +02:00
*.iml
2022-07-15 12:28:47 +02:00
*.o
public/
.direnv/
# Local Netlify folder
.netlify