feat: adding .idea to gitignore and testing excalidraw in gitea

This commit is contained in:
Lucas Oskorep 2024-09-01 22:25:57 -04:00
parent af923b2605
commit 0f8af5e718
2 changed files with 83 additions and 0 deletions

1
.gitignore vendored
View File

@ -14,3 +14,4 @@ Cargo.lock
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
.idea

82
test.excalidraw Normal file
View File

@ -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": {}
}