删除.idea

This commit is contained in:
朱毅骏 2021-07-14 17:18:08 +08:00
parent db77bbc25d
commit 3c11b329e3
5 changed files with 62 additions and 25 deletions

31
.gitignore vendored Normal file
View File

@ -0,0 +1,31 @@
# idea ignore
.idea/
*.ipr
*.iml
*.iws
biligo/
.vscode/
*.swp
# temp ignore
*.log
*.cache
*.diff
*.exe
*.exe~
*.patch
*.tmp
*debug.test
# system ignore
.DS_Store
Thumbs.db
# project
*.cert
*.key
.test
iprepo.txt
_output

31
gindemo1/.gitignore vendored Normal file
View File

@ -0,0 +1,31 @@
# idea ignore
.idea/
*.ipr
*.iml
*.iws
biligo/
.vscode/
*.swp
# temp ignore
*.log
*.cache
*.diff
*.exe
*.exe~
*.patch
*.tmp
*debug.test
# system ignore
.DS_Store
Thumbs.db
# project
*.cert
*.key
.test
iprepo.txt
_output

View File

@ -1,8 +0,0 @@
# Default ignored files
/shelf/
/workspace.xml
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml
# Editor-based HTTP Client requests
/httpRequests/

View File

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

View File

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/gindemo1.iml" filepath="$PROJECT_DIR$/.idea/gindemo1.iml" />
</modules>
</component>
</project>