From ae4334da4182c736318f8a80703b7bad509483c6 Mon Sep 17 00:00:00 2001 From: kevin Date: Tue, 12 Nov 2024 13:34:52 +0000 Subject: [PATCH] Configure project --- .vscode/extensions.json | 5 +++++ project.inlang/.gitignore | 1 + project.inlang/project_id | 1 + 3 files changed, 7 insertions(+) create mode 100644 .vscode/extensions.json create mode 100644 project.inlang/.gitignore create mode 100644 project.inlang/project_id diff --git a/.vscode/extensions.json b/.vscode/extensions.json new file mode 100644 index 0000000..a381942 --- /dev/null +++ b/.vscode/extensions.json @@ -0,0 +1,5 @@ +{ + "recommendations": [ + "inlang.vs-code-extension" + ] +} \ No newline at end of file diff --git a/project.inlang/.gitignore b/project.inlang/.gitignore new file mode 100644 index 0000000..5e46596 --- /dev/null +++ b/project.inlang/.gitignore @@ -0,0 +1 @@ +cache \ No newline at end of file diff --git a/project.inlang/project_id b/project.inlang/project_id new file mode 100644 index 0000000..1dda2e1 --- /dev/null +++ b/project.inlang/project_id @@ -0,0 +1 @@ +aeea50f2e5cf8cca1d84c0f319843f66dba9c89406ea07466e915de15883712b \ No newline at end of file