Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Loveman

LÖVE Project Manager and cross-platform build automation for Windows. · By Nimble Tools

About .lovemanignore Sticky

A topic by Nimble Tools created Jul 15, 2019 Views: 278
Viewing posts 1 to 1
Developer (1 edit)

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