The .lovemanignore file works just like a .gitignore file. It's regex, except periods are automatically escaped and asterisks are wildcards.
You don't need to put every single file in here, as Loveman is smart enough to automatically ignore the following files and folders:
- The "Release" folder (where Loveman writes builds to)
- The ".git" folder
- Any .moon script, since those get compiled to .lua anyway
- .gitignore
- loveman.json which contains the Loveman project configuration
- .lovemanignore