Skip to content

Commit dcda9c4

Browse files
committed
npm: don't package unnecessary files
When CI builds the npm package, it includes a bunch of files which don't belong in the npm package such as the Vim plugin and shell completion scripts. Remove these files from the npm package because no one will use them anyway.
1 parent d4fcaa8 commit dcda9c4

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

dist/npm/.npmignore

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,24 @@
1-
# Empty file.
1+
# Copyright (C) 2020 Matthew "strager" Glazar
2+
# See end of file for extended copyright information.
3+
4+
/darwin-*/share/
5+
/linux-*/share/
6+
/win32-*/share/
7+
8+
# quick-lint-js finds bugs in JavaScript programs.
9+
# Copyright (C) 2020 Matthew "strager" Glazar
10+
#
11+
# This file is part of quick-lint-js.
12+
#
13+
# quick-lint-js is free software: you can redistribute it and/or modify
14+
# it under the terms of the GNU General Public License as published by
15+
# the Free Software Foundation, either version 3 of the License, or
16+
# (at your option) any later version.
17+
#
18+
# quick-lint-js is distributed in the hope that it will be useful,
19+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
20+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21+
# GNU General Public License for more details.
22+
#
23+
# You should have received a copy of the GNU General Public License
24+
# along with quick-lint-js. If not, see <https://www.gnu.org/licenses/>.

0 commit comments

Comments
 (0)