5fa7a82548
- Add .gitignore and .env.example files for project setup - Create build script for proto compilation with tonic-prost - Generate Cargo.lock with all project dependencies - Configure project structure and ignore patterns for development environment
11 lines
240 B
Plaintext
11 lines
240 B
Plaintext
# 默认忽略的文件
|
|
/shelf/
|
|
/workspace.xml
|
|
# 基于编辑器的 HTTP 客户端请求
|
|
/httpRequests/
|
|
# 已忽略包含查询文件的默认文件夹
|
|
/queries/
|
|
# Datasource local storage ignored files
|
|
/dataSources/
|
|
/dataSources.local.xml
|