move curl output to temp tagged file and exclude them from the project
This commit is contained in:
parent
78a766cb86
commit
33f5453671
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@ old_*
|
|||||||
node_modules/
|
node_modules/
|
||||||
.env
|
.env
|
||||||
*.pem
|
*.pem
|
||||||
|
*temp*
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user