I have a project in ESP-IDF 5.3.1, and I want to set up a GitHub repo for several people to use.
Is there anything special to do? What are the files that I should add or ignore?
Thanks a lot in advance
correct way to setup git repo for esp-idf
-
- Posts: 111
- Joined: Thu Oct 03, 2019 10:52 pm
- Contact:
Re: correct way to setup git repo for esp-idf
there is nothing.Is there anything special to do?
Github projects are suitable for development by multiple people at the same time.
-
- Posts: 9749
- Joined: Thu Nov 26, 2015 4:08 am
Re: correct way to setup git repo for esp-idf
Best to make a .gitignore file so Git auto-ignores files that are not needed. Mine generally reads
Code: Select all
build
managed_components
sdkconfig.old
dependencies.lock
Who is online
Users browsing this forum: Baidu [Spider] and 144 guests