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

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

Leave a Reply

Your email address will not be published. Required fields are marked *

Fill out this field
Fill out this field
Please enter a valid email address.

Menu