add a gitignore
This commit is contained in:
parent
3953d95c1d
commit
b776d5923a
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
shopping_list.csv
|
||||||
|
recipes/menu.txt
|
2
makefile
2
makefile
@ -23,4 +23,4 @@ shopping_list.csv: recipes/menu.txt
|
|||||||
./bin/kitchen.sh groceries --csv recipes/menu.txt > $@
|
./bin/kitchen.sh groceries --csv recipes/menu.txt > $@
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f $(dest)/shopping_list.csv
|
rm -f shopping_list.csv
|
28
recipes/beef_chili.txt
Normal file
28
recipes/beef_chili.txt
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
title: Beef Chili
|
||||||
|
|
||||||
|
Hearty chili with ground beef, tomatoes, and chili beans.
|
||||||
|
|
||||||
|
step:
|
||||||
|
|
||||||
|
2 lb ground beef
|
||||||
|
1 onion
|
||||||
|
|
||||||
|
Brown the beef in skillet. Optionally drain the grease, and cook onions with beef until soft.
|
||||||
|
|
||||||
|
step:
|
||||||
|
|
||||||
|
4 tbsp chili powder
|
||||||
|
3 can stewed tomato
|
||||||
|
3 can chili beans
|
||||||
|
3 cups water
|
||||||
|
|
||||||
|
Bring beef and ingredients to boil and cook on medium heat for 30-45 minutes.
|
||||||
|
|
||||||
|
step:
|
||||||
|
|
||||||
|
4 cups cheddar cheese
|
||||||
|
1 pkg sour cream
|
||||||
|
1 bag corn chips
|
||||||
|
1 pkg green onions (chopped)
|
||||||
|
|
||||||
|
Serve in bowls with cheese, sour cream, green onion, and corn chips.
|
35
recipes/beef_tacos.txt
Normal file
35
recipes/beef_tacos.txt
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
title: Beef Tacos
|
||||||
|
|
||||||
|
Tacos, But with chicken not beef.
|
||||||
|
|
||||||
|
step:
|
||||||
|
|
||||||
|
1 tbsp salt
|
||||||
|
1 tbsp cumin
|
||||||
|
1 tbsp paprika
|
||||||
|
2 tbsp garlic powder
|
||||||
|
1 tbsp onion powder
|
||||||
|
1 tsp cayenne pepper
|
||||||
|
1 tsp white pepper
|
||||||
|
|
||||||
|
Mix together ingredients thoroughly in small bowl.
|
||||||
|
|
||||||
|
step:
|
||||||
|
|
||||||
|
2 lb ground beef
|
||||||
|
1/2 yellow onion (minced)
|
||||||
|
1 tomato (diced)
|
||||||
|
1/4 cup water
|
||||||
|
|
||||||
|
Cook chicken, spices, onion, tomato in water together in saute pan. Once chicken is
|
||||||
|
fully cooked and the water has cooked down remove from heat.
|
||||||
|
|
||||||
|
step:
|
||||||
|
|
||||||
|
2 tomato (diced)
|
||||||
|
1 green onion (sliced)
|
||||||
|
1 bag shredded lettuce
|
||||||
|
1 pkg sour cream
|
||||||
|
2 pkg tortilla
|
||||||
|
|
||||||
|
Serve with toppings and tortillas.
|
30
recipes/chicken_fried_rice.txt
Normal file
30
recipes/chicken_fried_rice.txt
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
title: Chicken Fried Rice
|
||||||
|
|
||||||
|
step:
|
||||||
|
|
||||||
|
3 cup white rice (par boiled)
|
||||||
|
|
||||||
|
Par boil rice, drain water, and set aside to cool.
|
||||||
|
|
||||||
|
step:
|
||||||
|
|
||||||
|
1 cup green onion (chopped)
|
||||||
|
1 cup onion (chopped)
|
||||||
|
1 cup celery (diced)
|
||||||
|
1/2 cup carrot (chopped)
|
||||||
|
2 chicken breasts (diced)
|
||||||
|
2 tbsp soy sauce
|
||||||
|
|
||||||
|
Prepare the vegetable ingredients and set aside. Dice the chicken into small
|
||||||
|
pieces and let sit marinate in soy sauce.
|
||||||
|
|
||||||
|
step:
|
||||||
|
|
||||||
|
1 egg
|
||||||
|
2 cup peas
|
||||||
|
1 tbsp oil
|
||||||
|
|
||||||
|
Heat oil in wok or skillet. Place rice in skillet and create a small hole in
|
||||||
|
the center. Scramble the egg in the center of the rice. Put the rest of the
|
||||||
|
ingredients in and fry until the chicken is fully cooked. Remove from heat and
|
||||||
|
mix in soy sauce to taste.
|
Loading…
x
Reference in New Issue
Block a user