Make sure entire client folder is ignored on release, except findLink.js

This was tested using `npm pack`.
This commit is contained in:
Jérémie Astori 2017-11-12 12:54:51 -05:00
parent aa9e4aa8b4
commit 56fbc1197c
No known key found for this signature in database
GPG key ID: B9A4F245CD67BDE8

View file

@ -8,7 +8,7 @@
# Ignore client folder as it's being built into public/ folder
# except for the findLinks.js file which is used by the server
client/
client/**
!client/js/libs/handlebars/ircmessageparser/findLinks.js
public/js/bundle.vendor.js.map