1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-01-24 04:16:19 +02:00
rustlings/.gitignore

19 lines
222 B
Plaintext
Raw Normal View History

2016-02-09 15:23:50 -05: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-10 23:19:23 -07:00
exercises/22_clippy/Cargo.toml
exercises/22_clippy/Cargo.lock
2022-06-16 11:53:41 +08:00
rust-project.json
2020-05-28 18:01:32 +01: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