createwithrani / superlist

Nest multiple blocks inside lists of any kind of list (ordered, unordered, no marker, etc), or do away with list markers and use it like a repeater!
https://wordpress.org/plugins/superlist-block/
GNU General Public License v2.0
20 stars 6 forks source link

Should build files be excluded from version control? #18

Closed aurooba closed 2 years ago

aurooba commented 2 years ago

The Situation

I had never considered that someone else might want to contribute to the plugin, although I know it's a possibility and I have contributed to other plugins on occasion myself! To that end, if build files are committed then there will always be a conflict (if just of the date and time in the asset files), which will make merging more problematic.

To Ponder

So, should build files be excluded the way they are in Gutenberg? 🤔

cr0ybot commented 2 years ago

Yes!

aurooba commented 2 years ago

I agree! And this has been fixed by commit 2e33a69259df3ace34367e8f8e9709d63a09c094! :)