Skip to content

Commit 5b63ae4

Browse files
committed
add npm ignore
1 parent 2351cb3 commit 5b63ae4

File tree

4 files changed

+3381
-3208
lines changed

4 files changed

+3381
-3208
lines changed

.npmignore

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
# Github directory
2+
.github/
3+
4+
# Config files
5+
.editorconfig
6+
.eslintignore
7+
.eslintrc
8+
.gitignore
9+
.mocharc
10+
.npmrc
11+
12+
# Tests
13+
test/
14+
15+
# Logs
16+
logs
17+
*.log
18+
npm-debug.log*
19+
yarn-debug.log*
20+
yarn-error.log*
21+
22+
# Runtime data
23+
pids
24+
*.pid
25+
*.seed
26+
*.pid.lock
27+
28+
# Directory for instrumented libs generated by jscoverage/JSCover
29+
lib-cov
30+
31+
# Coverage directory used by tools like istanbul
32+
coverage
33+
34+
# nyc test coverage
35+
.nyc_output
36+
37+
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
38+
.grunt
39+
40+
# Bower dependency directory (https://bower.io/)
41+
bower_components
42+
43+
# node-waf configuration
44+
.lock-wscript
45+
46+
# Compiled binary addons (https://nodejs.org/api/addons.html)
47+
build/Release
48+
49+
# Dependency directories
50+
node_modules/
51+
jspm_packages/
52+
53+
# TypeScript v1 declaration files
54+
typings/
55+
56+
# Optional npm cache directory
57+
.npm
58+
59+
# Optional eslint cache
60+
.eslintcache
61+
62+
# Optional REPL history
63+
.node_repl_history
64+
65+
# Output of 'npm pack'
66+
*.tgz
67+
68+
# Yarn Integrity file
69+
.yarn-integrity
70+
71+
# next.js build output
72+
.next
73+
74+
# environment variables
75+
.env

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@requestnetwork/xdeployer",
3-
"version": "1.2.5",
3+
"version": "1.2.6",
44
"description": "Fork of https://github.com/pcaversaccio/xdeployer",
55
"license": "MIT",
66
"main": "dist/src/index.js",

0 commit comments

Comments
 (0)