Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
xeanlrey authored Jul 7, 2023
1 parent 5405a94 commit bd6dafd
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 0 deletions.
10 changes: 10 additions & 0 deletions launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"configurations": [
{
"type": "chrome",
"name": "http://127.0.0.1:3000/index.html",
"request": "launch",
"url": "http://127.0.0.1:3000/index.html"
}
]
}
8 changes: 8 additions & 0 deletions modules.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/Love-Dating-Html-Template.iml" filepath="$PROJECT_DIR$/.idea/Love-Dating-Html-Template.iml" />
</modules>
</component>
</project>
3 changes: 3 additions & 0 deletions profiles_settings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<component name="CopyrightManager">
<settings default="" />
</component>
6 changes: 6 additions & 0 deletions vcs.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>

0 comments on commit bd6dafd

Please sign in to comment.