move curl output to temp tagged file and exclude them from the project

This commit is contained in:
Paul Trowbridge 2020-12-08 00:26:29 -05:00
parent 78a766cb86
commit 33f5453671
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@ old_*
node_modules/
.env
*.pem
*temp*

View File

@ -1 +1 @@
curl -H "Content-Type: application/json" -X GET -d@req.json https://localhost:8082/scale --insecure > scale_final.sql
curl -H "Content-Type: application/json" -X GET -d@req.json https://localhost:8082/scale --insecure > scale_temp.sql