- 添加 .gitignore 文件配置 - 添加 modules.xml 模块配置 - 添加 vcs.xml 版本控制配置 - 添加 workbuddy.xpcool.com.iml 项目模块文件
9 lines
336 B
XML
9 lines
336 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<module type="WEB_MODULE" version="4">
|
|
<component name="GoModuleSettings" enabled="true" />
|
|
<component name="NewModuleRootManager">
|
|
<content url="file://$MODULE_DIR$" />
|
|
<orderEntry type="inheritedJdk" />
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
</component>
|
|
</module> |