Added some gitignore rules.

This commit is contained in:
Yohan Boujon 2025-06-01 19:36:10 +02:00
parent 22bb8cc6d9
commit 3cf03c9b8c
3 changed files with 4 additions and 1 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
*.service

1
backend/.gitignore vendored
View file

@ -1,3 +1,4 @@
config.json
.temp/**
.vscode/**
main

1
frontend/.gitignore vendored
View file

@ -1,4 +1,5 @@
node_modules
run.sh
# Output
.output