Add initial project structure with API and web components
This commit is contained in:
11
.gitignore
vendored
Normal file
11
.gitignore
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
# API
|
||||
*/target
|
||||
*/.idea
|
||||
|
||||
# Web
|
||||
*/node_modules
|
||||
*/Cargo.lock
|
||||
*/.DS_Store
|
||||
*/.react-router/
|
||||
*/build/
|
||||
*/pnpm-lock.yaml
|
||||
Reference in New Issue
Block a user