Make sure entire client folder is ignored on release, except findLink.js
This was tested using `npm pack`.
This commit is contained in:
parent
aa9e4aa8b4
commit
56fbc1197c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user