Added some gitignore rules.
This commit is contained in:
parent
22bb8cc6d9
commit
3cf03c9b8c
3 changed files with 4 additions and 1 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
*.service
|
3
backend/.gitignore
vendored
3
backend/.gitignore
vendored
|
@ -1,3 +1,4 @@
|
|||
config.json
|
||||
.temp/**
|
||||
.vscode/**
|
||||
.vscode/**
|
||||
main
|
1
frontend/.gitignore
vendored
1
frontend/.gitignore
vendored
|
@ -1,4 +1,5 @@
|
|||
node_modules
|
||||
run.sh
|
||||
|
||||
# Output
|
||||
.output
|
||||
|
|
Loading…
Add table
Reference in a new issue