Skip to content

Commit c0103c3

Browse files
committed
Export folder needs to not ignore .mbed files.
Fixing a bug. .mbed is ignored in the high level .gitignore file. But .mbed is actually a needed file inside of tools/export. Even though the file is still in the main repo, since it's ignored now, you can easily lose it or remove it without seeing the change. Adding this .gitignore file here will add .mbed back into the tracked files for only this directory
1 parent 9fd04c4 commit c0103c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/export/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
!.mbed

0 commit comments

Comments
 (0)