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