MKHenson / hatchery-editor

Engine for building, deploying and sharing web apps within the Webinate community
GNU General Public License v2.0
0 stars 0 forks source link

Ignore config files #30

Open MKHenson opened 8 years ago

MKHenson commented 8 years ago

We need a way of ignoring the local config files related to the build process of the app. The two files that need to be removed are

./config.ts
./lib/core/db.ts

These change for each local computer and so need to be part of the build process and not hard coded.