Commit 29e8d054 authored by Bucky Lee's avatar Bucky Lee
Browse files

Update frame

parent 9588f6f8
Loading
Loading
Loading
Loading
+11 −20
Original line number Original line Diff line number Diff line
.DS_Store
.vite-ssg-temp
node_modules
/dist



# local env files
node_modules
.env.local
.DS_Store
.env.*.local
dist
dist-ssr
*.local


# Log files
# lock
npm-debug.log*
yarn.lock
yarn-debug.log*
package-lock.json
yarn-error.log*
pnpm-lock.yaml
pnpm-debug.log*


# Editor directories and files
*.log
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?

.idea/.gitignore

0 → 100644
+8 −0
Original line number Original line Diff line number Diff line
# Default ignored files
/shelf/
/workspace.xml
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml
# Editor-based HTTP Client requests
/httpRequests/
+8 −0
Original line number Original line Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<module type="PYTHON_MODULE" version="4">
  <component name="NewModuleRootManager">
    <content url="file://$MODULE_DIR$" />
    <orderEntry type="jdk" jdkName="Python 3.8 (2022_Spring_IPOUS)" jdkType="Python SDK" />
    <orderEntry type="sourceFolder" forTests="false" />
  </component>
</module>
 No newline at end of file
+29 −0
Original line number Original line Diff line number Diff line
<component name="InspectionProjectProfileManager">
  <profile version="1.0">
    <option name="myName" value="Project Default" />
    <inspection_tool class="PyPackageRequirementsInspection" enabled="true" level="WARNING" enabled_by_default="true">
      <option name="ignoredPackages">
        <value>
          <list size="2">
            <item index="0" class="java.lang.String" itemvalue="rsa" />
            <item index="1" class="java.lang.String" itemvalue="lxml" />
          </list>
        </value>
      </option>
    </inspection_tool>
    <inspection_tool class="PyPep8NamingInspection" enabled="true" level="WEAK WARNING" enabled_by_default="true">
      <option name="ignoredErrors">
        <list>
          <option value="N801" />
        </list>
      </option>
    </inspection_tool>
    <inspection_tool class="PyUnresolvedReferencesInspection" enabled="true" level="WARNING" enabled_by_default="true">
      <option name="ignoredIdentifiers">
        <list>
          <option value="requests.models.Response.__await__" />
        </list>
      </option>
    </inspection_tool>
  </profile>
</component>
 No newline at end of file
+6 −0
Original line number Original line Diff line number Diff line
<component name="InspectionProjectProfileManager">
  <settings>
    <option name="USE_PROJECT_PROFILE" value="false" />
    <version value="1.0" />
  </settings>
</component>
 No newline at end of file
Loading