feat(iit): Initialize IIT Manager Agent MVP - Day 1 complete
- Add iit_schema with 5 tables - Create module structure and types (223 lines) - WeChat integration verified (Access Token success) - Update system docs to v2.4 - Add REDCap source folders to .gitignore - Day 1/14 complete (11/11 tasks)
This commit is contained in:
13
.gitignore
vendored
13
.gitignore
vendored
@@ -126,3 +126,16 @@ dmypy.json
|
||||
|
||||
# Cython
|
||||
cython_debug/
|
||||
|
||||
# ==================== REDCap Source Code (Reference Only) ====================
|
||||
# REDCap源码文件夹(仅作本地参考,不提交到Git)
|
||||
# 原因:文件过大(158MB+),且为第三方源码
|
||||
redcap15.8.0/
|
||||
redcap_external_module_framework_docs_main/
|
||||
guanfangexternal-module-framework-docs-main/
|
||||
|
||||
# 说明:
|
||||
# - 这些文件夹包含REDCap官方源码,用于开发External Module时参考
|
||||
# - 开发人员需要自行从官方渠道下载
|
||||
# - REDCap官网:https://projectredcap.org/
|
||||
# - External Module文档:https://github.com/vanderbilt-redcap/redcap-external-modules
|
||||
|
||||
Reference in New Issue
Block a user