mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2025-12-22 22:20:02 +00:00
23 lines
235 B
Plaintext
23 lines
235 B
Plaintext
# macOS trash
|
|
.DS_Store
|
|
|
|
# Visual Studio Code
|
|
.vscode/
|
|
.devcontainer/
|
|
|
|
# Eclipse files
|
|
.classpath
|
|
.project
|
|
.settings/**
|
|
|
|
# Vim swap files
|
|
*.swp
|
|
|
|
# Files generated by JetBrains IDEs, e.g. IntelliJ IDEA
|
|
.idea/
|
|
*.iml
|
|
out/
|
|
|
|
# Rust
|
|
target/
|