From 0f8af5e71814567c92b4c0c2b862fa559772d5cf Mon Sep 17 00:00:00 2001 From: Lucas Oskorep Date: Sun, 1 Sep 2024 22:25:57 -0400 Subject: [PATCH] feat: adding .idea to gitignore and testing excalidraw in gitea --- .gitignore | 1 + test.excalidraw | 82 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 83 insertions(+) create mode 100644 test.excalidraw diff --git a/.gitignore b/.gitignore index 3ca43ae..2bc3aaa 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ Cargo.lock # MSVC Windows builds of rustc generate these, which store debugging information *.pdb +.idea \ No newline at end of file diff --git a/test.excalidraw b/test.excalidraw new file mode 100644 index 0000000..430ebb8 --- /dev/null +++ b/test.excalidraw @@ -0,0 +1,82 @@ +{ + "type": "excalidraw", + "version": 2, + "source": "https://excalidraw-jetbrains-plugin", + "elements": [ + { + "id": "oC8LgfrGVs7Ww4Lpe1PEj", + "type": "rectangle", + "x": 290, + "y": 125, + "width": 262, + "height": 167, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 31779651, + "version": 19, + "versionNonce": 206623949, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "-e5FUpE-nI0s-KaM54PWT" + } + ], + "updated": 1725243919617, + "link": null, + "locked": false + }, + { + "id": "-e5FUpE-nI0s-KaM54PWT", + "type": "text", + "x": 336.73009490966797, + "y": 196, + "width": 168.53981018066406, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 1603354339, + "version": 16, + "versionNonce": 1210522317, + "isDeleted": false, + "boundElements": null, + "updated": 1725243923457, + "link": null, + "locked": false, + "text": "Test Image Here", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "baseline": 18, + "containerId": "oC8LgfrGVs7Ww4Lpe1PEj", + "originalText": "Test Image Here", + "lineHeight": 1.25 + } + ], + "appState": { + "gridSize": null, + "viewBackgroundColor": "#ffffff" + }, + "files": {} +} \ No newline at end of file