OttoDIY / blockly

Otto Blockly; a fully integrated graphical programming for any type of Arduino projects, including robots, ready to install in your computer, it works offline and also online
https://www.ottodiy.com/software
GNU General Public License v2.0
114 stars 80 forks source link

Fix output "dist" directory #159

Closed rejas closed 2 years ago

rejas commented 2 years ago

After building the program, I was wondering where the compiled dist directory was. Then I realized its outside the project dir, which is sub optimal since projects shouldn't touch stuff outside their directory.

This PR fixes the output dir and puts it into the gitignore since it shouldnt get commited.