my_leetcode/.gitignore

16 lines
135 B
Plaintext
Raw Normal View History

**/.idea
2020-07-08 07:55:32 +08:00
# rust
/rust/target/
2020-07-28 14:53:13 +08:00
rust/Cargo.lock
2020-07-08 07:55:32 +08:00
**/*.rs.bk
# java
java/*.iml
java/out/
2020-07-08 07:55:32 +08:00
# cpp
2020-07-28 14:53:13 +08:00
cpp/cmake-build-debug/
2020-08-03 22:17:55 +08:00
# python
2020-08-06 11:06:30 +08:00
**/venv/