mirror of
https://github.com/thelounge/thelounge
synced 2024-11-22 12:03:11 +00:00
Merge pull request #1705 from thelounge/astorije/client-folder
Make sure entire client folder is ignored on release, except findLink.js
This commit is contained in:
commit
bd3f60a480
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue