skrantzman / DNN_Tailwind

DNN_Tailwind is a powerful theme development platform that allows you to create robust and responsive DNN website themes, all while writing very little css.
https://www.dnntailwind.com
GNU General Public License v3.0
8 stars 0 forks source link

manifest.dnn shouldn't be gitignore #14

Closed fnick851 closed 3 years ago

fnick851 commented 3 years ago

Describe the bug

The manifest.dnn file shouldn't be git ignored. The file is present in this repo, but also written down in the .gitignore file. This will make the build fail when collaborating with others.

To Reproduce

NA

Expected behavior

Remove manifest.dnn from .gitignore file.

Screenshots

NA

Errors

NA

Additional context

NA