Merge pull request #1704 from thelounge/keep-findlinks-file
Fix #1703 - Keep findLinks file in npm builds
This commit is contained in:
commit
290cbc1617
@ -6,7 +6,11 @@
|
|||||||
.*
|
.*
|
||||||
!.lounge_home
|
!.lounge_home
|
||||||
|
|
||||||
|
# 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
|
public/js/bundle.vendor.js.map
|
||||||
coverage/
|
coverage/
|
||||||
scripts/
|
scripts/
|
||||||
|
Loading…
Reference in New Issue
Block a user