Bug 32994: Remove compiled files from src (2)

this patch adds 2 files that stops dpkg-source from including ./node_modules dir into koha-common.deb package

to test...
 - build a package, note failure
 - apply patch
 - build a package, note success

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 0fdc27672a)
Signed-off-by: Jacob O'Mara <jacob.omara@ptfs-europe.com>
This commit is contained in:
Mason James 2023-02-18 01:21:16 +13:00 committed by Jacob O'Mara
parent 98b5b0c2b4
commit 526118d336
2 changed files with 2 additions and 0 deletions

1
debian/clean vendored Normal file
View file

@ -0,0 +1 @@
node_modules/

1
debian/source/options vendored Normal file
View file

@ -0,0 +1 @@
tar-ignore = "node_modules"