.gitignore
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,4 +1,5 @@
|
||||
/client/.venv
|
||||
/server/.venv
|
||||
.key
|
||||
.auth_data
|
||||
.auth_data
|
||||
.idea
|
||||
33
.idea/workspace.xml
generated
33
.idea/workspace.xml
generated
@ -4,25 +4,7 @@
|
||||
<option name="autoReloadType" value="SELECTIVE" />
|
||||
</component>
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="83104c25-b1e9-4482-ae4f-ce8de8785017" name="Changes" comment="">
|
||||
<change afterPath="$PROJECT_DIR$/.gitignore" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/.idea/inspectionProfiles/profiles_settings.xml" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/.idea/modules.xml" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/.idea/sonoma-app.iml" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/.idea/vcs.xml" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/client/poetry.toml" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/client/pyproject.toml" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/client/src/assets/sonoma.png" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/client/src/auth/login.py" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/server/docker-compose.yaml" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/server/main-server/.gitignore" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/server/main-server/src/auth/transport.py" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/server/main-server/src/auth/user_manager.py" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/server/main-server/src/database/role.py" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/server/main-server/src/database/user.py" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/server/main-server/src/main.py" afterDir="false" />
|
||||
</list>
|
||||
<list default="true" id="83104c25-b1e9-4482-ae4f-ce8de8785017" name="Changes" comment="init commit" />
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
||||
@ -175,6 +157,19 @@
|
||||
<option name="presentableId" value="Default" />
|
||||
<updated>1751252361654</updated>
|
||||
</task>
|
||||
<task id="LOCAL-00001" summary="init commit">
|
||||
<option name="closed" value="true" />
|
||||
<created>1752507175822</created>
|
||||
<option name="number" value="00001" />
|
||||
<option name="presentableId" value="LOCAL-00001" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1752507175822</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="2" />
|
||||
<servers />
|
||||
</component>
|
||||
<component name="VcsManagerConfiguration">
|
||||
<MESSAGE value="init commit" />
|
||||
<option name="LAST_COMMIT_MESSAGE" value="init commit" />
|
||||
</component>
|
||||
</project>
|
||||
1
client/.gitignore
vendored
1
client/.gitignore
vendored
@ -2,6 +2,7 @@
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
.idead
|
||||
|
||||
# C extensions
|
||||
*.so
|
||||
|
||||
Reference in New Issue
Block a user