Skip to content

Commit 3cd0f63

Browse files
authored
Update .gitignore (#141)
Adds `.build/` and `build/` to `.gitignore` to handle vscode auto-creating these folders.
1 parent 4b8aa9f commit 3cd0f63

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
**/.DS_Store
33
*/.build
44
*/build
5+
.build/
6+
build/
57
*/sdkconfig
68
*/sdkconfig.old
79
*/managed_components
810
*/dependencies.lock
11+

0 commit comments

Comments
 (0)