From 2a05f5cc9a42fbb84291a78c7fb78a97bfc8a3a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johann=20Lilly=20=E6=9D=8E=E5=85=89=20=D9=8A=D9=88=D9=87?= =?UTF-8?q?=D8=A7=D9=86=20=D9=84=D9=8A=D9=84=20=D0=94=D0=B6=D0=BE=D0=BD=20?= =?UTF-8?q?=D0=9B=D0=B8=D0=BB=D0=BB=D0=B8?= Date: Sat, 14 Dec 2019 12:32:53 -0500 Subject: [PATCH] Initial commit --- .gitattributes | 2 ++ README.md | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..dfe0770 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Auto detect text files and perform LF normalization +* text=auto diff --git a/README.md b/README.md new file mode 100644 index 0000000..1b4c1fc --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# book-fullstack-react + Fullstack React: The Complete Guide to ReactJS and Friends by Anthony Accomazzo