added initial roadmap and implementation
This commit is contained in:
20
.dockerignore
Normal file
20
.dockerignore
Normal file
@@ -0,0 +1,20 @@
|
||||
.git
|
||||
.github
|
||||
.idea
|
||||
.vscode
|
||||
|
||||
**/target
|
||||
**/target/**
|
||||
|
||||
**/node_modules
|
||||
**/node_modules/**
|
||||
|
||||
**/.next
|
||||
**/.next/**
|
||||
**/dist
|
||||
**/dist/**
|
||||
**/build
|
||||
**/build/**
|
||||
|
||||
**/*.log
|
||||
.DS_Store
|
||||
Reference in New Issue
Block a user