Features: 1) Add .idea/evibes.iml to version control; 2) Update .gitignore to include .idea/evibes.iml;

Extra: 1) Minor cleanup in `.gitignore`.
This commit is contained in:
Egor Pavlovich Gorbunov 2025-06-29 14:56:51 +03:00
parent bbef14c20c
commit e8c1c6daed
2 changed files with 15 additions and 1 deletions

2
.gitignore vendored
View file

@ -64,7 +64,6 @@ htmlcov/
.pybuilder/
# Storefronts
node_modules/
nuxt/
next/
@ -144,6 +143,7 @@ cypress/screenshots/
.idea/
!.idea/icon.svg
!.idea/externalDependencies.xml
!.idea/evibes.iml
# Microsoft
*.suo

14
.idea/evibes.iml Normal file
View file

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<module version="4">
<component name="PyDocumentationSettings">
<option name="format" value="PLAIN" />
<option name="myDocStringFormat" value="Plain" />
</component>
<component name="TemplatesService">
<option name="TEMPLATE_FOLDERS">
<list>
<option value="$MODULE_DIR$/blog/templates" />
</list>
</option>
</component>
</module>