feat: implement scenario-driven sales SOP platform
This commit is contained in:
11
.gitignore
vendored
11
.gitignore
vendored
@@ -1,3 +1,12 @@
|
||||
.DS_Store
|
||||
.idea/
|
||||
.vscode/
|
||||
codes/.env
|
||||
codes/configs/config.local.yml
|
||||
codes/web/node_modules/
|
||||
codes/bin/
|
||||
codes/coverage.out
|
||||
|
||||
# ---> Go
|
||||
# If you prefer the allow list template instead of the deny list, see community template:
|
||||
# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
|
||||
@@ -117,7 +126,6 @@ out
|
||||
|
||||
# Nuxt.js build / generate output
|
||||
.nuxt
|
||||
dist
|
||||
|
||||
# Gatsby files
|
||||
.cache/
|
||||
@@ -173,4 +181,3 @@ docs/_book
|
||||
|
||||
# TODO: where does this rule come from?
|
||||
test/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user