aux files

This commit is contained in:
Chris Lu 2020-07-26 14:50:48 -07:00
parent 0bc4cb1216
commit 8fea35b4a6
2 changed files with 16 additions and 1 deletions

3
.gitignore vendored
View File

@ -77,4 +77,5 @@ tags
# End of https://www.gitignore.io/api/go,vim,emacs,visualstudiocode
### GoLand ###
.idea
.idea
bin/*

14
seaweedfs-operator.iml Normal file
View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
<component name="CheckStyle-IDEA-Module">
<option name="configuration">
<map />
</option>
</component>
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>