doc(gitignore):禁止goland个性化配置上传

This commit is contained in:
ZiHangQin 2023-08-08 10:33:48 +08:00
parent e3c34c96e2
commit 2bab62512a
3 changed files with 11 additions and 2 deletions

1
.gitignore vendored
View File

@ -161,6 +161,7 @@ atlassian-ide-plugin.xml
# Cursive Clojure plugin
.idea/replstate.xml
.idea/electricity_bill_calc_service.iml
# SonarLint plugin
.idea/sonarlint/

View File

@ -1,4 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<module version="4">
<component name="Go" enabled="true" />
<module type="WEB_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<module version="4">
<component name="Go" enabled="true" />
</module>