AI写作智能体 自主规划任务,支持联网查询和网页读取,多模态高效创作各类分析报告、商业计划、营销方案、教学内容等。 广告
>[danger]它是一个过滤配置文件 .gitignore ---- 一般放在git项目下, 全局配置 工程中不检测变更的文件夹/文件, 注意相对路径的写法 ``` .DS_Store node_modules/ /dist/ build/ config/ src/router npm-debug.log* yarn-debug.log* yarn-error.log* # Editor directories and files .idea .vscode *.suo *.ntvs* *.njsproj *.sln ```