From 3cf03c9b8c9cc4ce839f5c48a9cc0fef1b073ded Mon Sep 17 00:00:00 2001 From: Yohan Boujon Date: Sun, 1 Jun 2025 19:36:10 +0200 Subject: [PATCH] Added some gitignore rules. --- .gitignore | 1 + backend/.gitignore | 3 ++- frontend/.gitignore | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ef4c0b8 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.service \ No newline at end of file diff --git a/backend/.gitignore b/backend/.gitignore index ffbe678..00375c1 100644 --- a/backend/.gitignore +++ b/backend/.gitignore @@ -1,3 +1,4 @@ config.json .temp/** -.vscode/** \ No newline at end of file +.vscode/** +main \ No newline at end of file diff --git a/frontend/.gitignore b/frontend/.gitignore index 3b462cb..682cd3e 100644 --- a/frontend/.gitignore +++ b/frontend/.gitignore @@ -1,4 +1,5 @@ node_modules +run.sh # Output .output