Sets up the initial project structure for the Dixon robot, including core components and build configurations. This commit lays the foundation for future development by: - Adding necessary `.idea` files for IDE configuration, including `.gitignore`, `aws.xml`, `modules.xml`, `vcs.xml`, `editor.xml`, and `encodings.xml` - Creating `Heart` component for managing heart beat with GPIO. - Setting up CMakeLists.txt to define project dependencies and configurations, including specifying C++20 standard and linking necessary libraries.
10 lines
231 B
Text
10 lines
231 B
Text
# Default ignored files
|
|
/shelf/
|
|
/workspace.xml
|
|
# Ignored default folder with query files
|
|
/queries/
|
|
# Datasource local storage ignored files
|
|
/dataSources/
|
|
/dataSources.local.xml
|
|
# Editor-based HTTP Client requests
|
|
/httpRequests/
|