Move projects

On branch main
Changes to be committed:
	renamed:    m319-firstProject/.gitignore -> Projects/m319-firstProject/.gitignore
	renamed:    m319-firstProject/.idea/.gitignore -> Projects/m319-firstProject/.idea/.gitignore
	renamed:    m319-firstProject/.idea/misc.xml -> Projects/m319-firstProject/.idea/misc.xml
	renamed:    m319-firstProject/.idea/modules.xml -> Projects/m319-firstProject/.idea/modules.xml
	renamed:    m319-firstProject/.idea/uiDesigner.xml -> Projects/m319-firstProject/.idea/uiDesigner.xml
	renamed:    m319-firstProject/.idea/vcs.xml -> Projects/m319-firstProject/.idea/vcs.xml
	renamed:    m319-firstProject/m319-firstProject.iml -> Projects/m319-firstProject/m319-firstProject.iml
	renamed:    m319-firstProject/src/net/stelian/m319/firstProgram/Main.java -> Projects/m319-firstProject/src/net/stelian/m319/firstProgram/Main.java
	renamed:    m319-secondProgram/.gitignore -> Projects/m319-secondProgram/.gitignore
	renamed:    m319-secondProgram/.idea/.gitignore -> Projects/m319-secondProgram/.idea/.gitignore
	renamed:    m319-secondProgram/.idea/misc.xml -> Projects/m319-secondProgram/.idea/misc.xml
	renamed:    m319-secondProgram/.idea/modules.xml -> Projects/m319-secondProgram/.idea/modules.xml
	renamed:    m319-secondProgram/.idea/vcs.xml -> Projects/m319-secondProgram/.idea/vcs.xml
	renamed:    m319-secondProgram/m319-secondProgram.iml -> Projects/m319-secondProgram/m319-secondProgram.iml
	renamed:    m319-secondProgram/src/Main.java -> Projects/m319-secondProgram/src/Main.java
This commit is contained in:
Sangelo 2023-02-24 14:45:52 +01:00
parent 411b1ba962
commit 18986a1e0b
15 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$/.." vcs="Git" />
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>

View File

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$/.." vcs="Git" />
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>