diff --git a/.gitattributes b/.gitattributes index dfe0770..c4c23b4 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,6 @@ # Auto detect text files and perform LF normalization * text=auto +# Auto detect text files and perform LF normalization +# Also is "text=auto" intended only for use with * or it can also be used with specific extensions? In such a case what is the differrence? +*.txt text=auto +*.txt text eol=lf diff --git a/README.md b/README.md index da4cbcd..bdcfdac 100644 --- a/README.md +++ b/README.md @@ -21,3 +21,5 @@ For updates and errata, visit https://nostarch.com/impracticalpythonprojects. Pl ## Additonal Books by Author [*Real World Python: A Hacker's Guide to Solving Problems with Code*](https://nostarch.com/real-world-python) + +## https://images-na.ssl-images-amazon.com/images/I/51y1U5JPfyL._SX417_BO1,204,203,200_.jpg