mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2025-12-22 22:20:02 +00:00
* chore: ignore vscode config directory in git Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * fix: correct gitignore file Signed-off-by: Ruihang Xia <waynestxia@gmail.com> Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
31 lines
605 B
Plaintext
31 lines
605 B
Plaintext
# Generated by Cargo
|
|
# will have compiled files and executables
|
|
/target/
|
|
|
|
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
|
|
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
|
|
|
|
# These are backup files generated by rustfmt
|
|
**/*.rs.bk
|
|
|
|
# Mac DS_Store
|
|
**/*.DS_Store
|
|
|
|
debug/
|
|
|
|
# MSVC Windows builds of rustc generate these, which store debugging information
|
|
*.pdb
|
|
|
|
# JetBrains IDE config directory
|
|
.idea/
|
|
|
|
# VSCode IDE config directory
|
|
.vscode/
|
|
|
|
# Logs
|
|
**/__unittest_logs
|
|
logs/
|
|
|
|
# cpython's generated python byte code
|
|
**/__pycache__/
|