mirror of
https://github.com/aimingmed/aimingmed-ai.git
synced 2026-01-19 13:23:23 +08:00
18 lines
871 B
Markdown
18 lines
871 B
Markdown
[](https://github.com/aimingmed/aimingmed-ai/actions/workflows/build.yml)
|
|
|
|
## Important note:
|
|
|
|
No data or output should be uploaded to this repo. Please make use of .gitignore template in the root directory if you have folder/directory containing dataset. The content in folder/directory currently being ignored from git push are data/ and output/, recursively.
|
|
|
|
## Configure Hooks
|
|
|
|
If this is the first time you are using Repo with this Template you have to setup the Git Hooks dir.
|
|
|
|
To set up the hooks dir globally run `git config --global core.hooksPath ./.hooks/`
|
|
|
|
To set up the hooks for only this Repo run `git config core.hooksPath ./.hooks/`
|
|
|
|
## Please enter your general Project description here
|
|
|
|
## If you don't need all folder feel free to delete them
|