chore(project): initialize project with core configuration and dependencies
- 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
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
/target
|
||||
.env
|
||||
.env.local
|
||||
.idea/
|
||||
Reference in New Issue
Block a user