Skip to content

Commit 57da6f2

Browse files
chore: Ignore generated files and directories
This commit updates the .gitignore file to exclude files and directories that are generated by the build system or are not meant to be tracked in the repository. - : This directory contains components managed by the build system. - : This is a binary file, likely a pre-compiled filesystem image.
1 parent 8d9bc8f commit 57da6f2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ build/
33
.github/
44
dependencies.lock
55
components/
6+
managed_components/
7+
littlefs.bin

0 commit comments

Comments
 (0)