(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.
| // Reference: http://stackoverflow.com/questions/4822471/count-number-of-lines-in-a-git-repository | |
| $ git ls-files | xargs wc -l |
(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.
| # ======================== | |
| # .gitignore for Xcode 16 | |
| # ======================== | |
| # Tags: Xcode, gitignore, Swift, iOS, macOS, Development | |
| # A comprehensive .gitignore file tailored for Xcode 16 projects. | |
| # Excludes auto-generated, system-specific, and unnecessary files. | |
| # Suitable for Swift, Objective-C, CocoaPods, Carthage, and more. | |
| # --- macOS Files --- | |
| # Ignore system-generated files specific to macOS. |