Blog Infos
Author
Published
Topics
,
Published
Topics
,
Step 1. Create a .gitattributes file at the root of your repo.
Step 2. Add filetypes to exclude.
*.html linguist-vendored
*.html linguist-vendored
*.htm linguist-vendored
Step 3. Add specific files to exclude.
Gemfile linguist-vendored
Gemfile.lock linguist-vendored
Step 4. Add directories to exclude.
fastlane/* linguist-vendored

For iOS projects using CocoaPods, you can exclude the Pods directory in the same way:

Pods/* linguist-vendored
Conclusion
*.h linguist-language=Objective-C
*.m linguist-language=Objective-C

This article was originally published on proandroiddev.com on March 03, 2022

Job Offers

Job Offers

There are currently no vacancies.

OUR VIDEO RECOMMENDATION

, ,

Kobweb:Creating websites in Kotlin leveraging Compose HTML

Kobweb is a Kotlin web framework that aims to make web development enjoyable by building on top of Compose HTML and drawing inspiration from Jetpack Compose.
Watch Video

Kobweb:Creating websites in Kotlin leveraging Compose HTML

David Herman
Ex-Googler, author of Kobweb

Kobweb:Creating websites in Kotlin leveraging Compose HTML

David Herman
Ex-Googler, author o ...

Kobweb:Creating websites in Kotlin leveraging Compose HTML

David Herman
Ex-Googler, author of Kob ...

Jobs

YOU MAY BE INTERESTED IN

YOU MAY BE INTERESTED IN

blog
It’s one of the common UX across apps to provide swipe to dismiss so…
READ MORE
blog
Hi, today I come to you with a quick tip on how to update…
READ MORE
blog
Automation is a key point of Software Testing once it make possible to reproduce…
READ MORE
blog
Drag and Drop reordering in Recyclerview can be achieved with ItemTouchHelper (checkout implementation reference).…
READ MORE
Menu