tvkitchen / countertop

The entry point for developers who want to set up a TV Kitchen.
https://tv.kitchen
GNU Lesser General Public License v3.0
6 stars 2 forks source link

Remove dev cruft from npm #108

Open slifty opened 4 years ago

slifty commented 4 years ago

Task

Description

I had a feeling this would happen!

This is the first package we're publishing that isn't in a monorepo, so it contains all sorts of junk that doesn't belong.

Specifically, lets ignore everything except:

  1. README
  2. LICENSE
  3. src
  4. lib
  5. package.json

Relevant Resources / Research

We should probably use an allow list instead of npm ignore

Related Issues

None.

slifty commented 4 years ago

Just a warning, that adding /src and /lib to files will bundle .DS_Store for some reason.