mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2025-12-22 22:20:02 +00:00
chore: ignore vscode config directory in git (#299)
* 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>
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -19,12 +19,12 @@ debug/
|
||||
# JetBrains IDE config directory
|
||||
.idea/
|
||||
|
||||
# VSCode IDE config directory
|
||||
.vscode/
|
||||
|
||||
# Logs
|
||||
**/__unittest_logs
|
||||
logs/
|
||||
|
||||
.DS_store
|
||||
.gitignore
|
||||
|
||||
# cpython's generated python byte code
|
||||
**/__pycache__/
|
||||
|
||||
Reference in New Issue
Block a user