Fixing docker build issues
This commit is contained in:
16
.gitignore
vendored
16
.gitignore
vendored
@@ -1,9 +1,15 @@
|
||||
.env
|
||||
target/
|
||||
.idea/
|
||||
# Common
|
||||
keys/
|
||||
**/Cargo.lock
|
||||
.DS_Store
|
||||
.env
|
||||
|
||||
# Service
|
||||
target/
|
||||
**/Cargo.lock
|
||||
|
||||
# UI
|
||||
.next/
|
||||
node_modules/
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
.DS_Store
|
||||
|
||||
Reference in New Issue
Block a user