update .gitignore

This commit is contained in:
ivamp 2023-11-21 11:39:56 +08:00
parent dbadc9a6cd
commit 0f0c7de3e2
4 changed files with 3 additions and 4 deletions

2
.gitignore vendored
View File

@ -157,6 +157,6 @@ cython_debug/
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can # JetBrains specific template is maintained in a separate JetBrains.gitignore that can
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
# and can be added to the global gitignore or merged into this file. For a more nuclear # and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder. # option (not recommended) you can uncomment the following to ignore the entire `idea` folder.
#.idea/ #.idea/

View File

@ -2,7 +2,7 @@
<module type="PYTHON_MODULE" version="4"> <module type="PYTHON_MODULE" version="4">
<component name="NewModuleRootManager"> <component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" /> <content url="file://$MODULE_DIR$" />
<orderEntry type="jdk" jdkName="chat" jdkType="Python SDK" /> <orderEntry type="jdk" jdkName="langchain-chat-with-milvus" jdkType="Python SDK" />
<orderEntry type="sourceFolder" forTests="false" /> <orderEntry type="sourceFolder" forTests="false" />
</component> </component>
<component name="PackageRequirementsSettings"> <component name="PackageRequirementsSettings">

View File

@ -3,5 +3,5 @@
<component name="Black"> <component name="Black">
<option name="sdkName" value="Python 3.11 (langchain)" /> <option name="sdkName" value="Python 3.11 (langchain)" />
</component> </component>
<component name="ProjectRootManager" version="2" project-jdk-name="chat" project-jdk-type="Python SDK" /> <component name="ProjectRootManager" version="2" project-jdk-name="langchain-chat-with-milvus" project-jdk-type="Python SDK" />
</project> </project>

View File

@ -2,6 +2,5 @@
<project version="4"> <project version="4">
<component name="VcsDirectoryMappings"> <component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" /> <mapping directory="$PROJECT_DIR$" vcs="Git" />
<mapping directory="$PROJECT_DIR$/document_ai/proto" vcs="Git" />
</component> </component>
</project> </project>