mirror of
https://github.com/LukeHagar/unicorn-utterances.git
synced 2025-12-09 12:57:45 +00:00
Add initial migration to NextJS
This commit is contained in:
5
content/blog/python-list-comprehension-guide/.idea/.gitignore
generated
vendored
Normal file
5
content/blog/python-list-comprehension-guide/.idea/.gitignore
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
# Default ignored files
|
||||
/shelf/
|
||||
/workspace.xml
|
||||
# Editor-based HTTP Client requests
|
||||
/httpRequests/
|
||||
8
content/blog/python-list-comprehension-guide/.idea/modules.xml
generated
Normal file
8
content/blog/python-list-comprehension-guide/.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/python-list-comprehension-guide.iml" filepath="$PROJECT_DIR$/.idea/python-list-comprehension-guide.iml" />
|
||||
</modules>
|
||||
</component>
|
||||
</project>
|
||||
12
content/blog/python-list-comprehension-guide/.idea/python-list-comprehension-guide.iml
generated
Normal file
12
content/blog/python-list-comprehension-guide/.idea/python-list-comprehension-guide.iml
generated
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module type="WEB_MODULE" version="4">
|
||||
<component name="NewModuleRootManager">
|
||||
<content url="file://$MODULE_DIR$">
|
||||
<excludeFolder url="file://$MODULE_DIR$/temp" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/.tmp" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/tmp" />
|
||||
</content>
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
</component>
|
||||
</module>
|
||||
6
content/blog/python-list-comprehension-guide/.idea/vcs.xml
generated
Normal file
6
content/blog/python-list-comprehension-guide/.idea/vcs.xml
generated
Normal file
@@ -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>
|
||||
Reference in New Issue
Block a user