Started Rectangle Project
This commit is contained in:
commit
26e1253c0d
39 changed files with 544 additions and 0 deletions
3
homework06/git-practice/.idea/.gitignore
generated
vendored
Normal file
3
homework06/git-practice/.idea/.gitignore
generated
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# Default ignored files
|
||||
/shelf/
|
||||
/workspace.xml
|
||||
8
homework06/git-practice/.idea/git-practice.iml
generated
Normal file
8
homework06/git-practice/.idea/git-practice.iml
generated
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module type="PYTHON_MODULE" version="4">
|
||||
<component name="NewModuleRootManager">
|
||||
<content url="file://$MODULE_DIR$" />
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
</component>
|
||||
</module>
|
||||
6
homework06/git-practice/.idea/inspectionProfiles/profiles_settings.xml
generated
Normal file
6
homework06/git-practice/.idea/inspectionProfiles/profiles_settings.xml
generated
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<component name="InspectionProjectProfileManager">
|
||||
<settings>
|
||||
<option name="USE_PROJECT_PROFILE" value="false" />
|
||||
<version value="1.0" />
|
||||
</settings>
|
||||
</component>
|
||||
4
homework06/git-practice/.idea/misc.xml
generated
Normal file
4
homework06/git-practice/.idea/misc.xml
generated
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.11 (2)" project-jdk-type="Python SDK" />
|
||||
</project>
|
||||
8
homework06/git-practice/.idea/modules.xml
generated
Normal file
8
homework06/git-practice/.idea/modules.xml
generated
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ProjectModuleManager">
|
||||
<modules>
|
||||
<module fileurl="file://$PROJECT_DIR$/.idea/git-practice.iml" filepath="$PROJECT_DIR$/.idea/git-practice.iml" />
|
||||
</modules>
|
||||
</component>
|
||||
</project>
|
||||
7
homework06/git-practice/README.txt
Normal file
7
homework06/git-practice/README.txt
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
This is the "Rectangular Project". As you will see this may have
|
||||
been a bad choice of naming.
|
||||
|
||||
This is also a file to keep Windows Zip program happy. Windows Zip
|
||||
will not include an empty directory.
|
||||
|
||||
Ed
|
||||
Loading…
Add table
Add a link
Reference in a new issue