-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.npmignore
57 lines (41 loc) · 847 Bytes
/
.npmignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# Files and folders excluded from npm published packages
# https://zellwk.com/blog/ignoring-files-from-npm-package/
# Tests folder which contains unit tests, URL lists and HAR files
tests/*
# Verbose debugging output & logs
debug/
debug*
# Visual Studio Code
.vscode/*
# Local batch file emulating shebang
staging.cmd
staging.ps1
# To Do notes
todo.md
# Screenshot images folder
screenshots/*
# Spikes
spike/*
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release
# Dependency directories
node_modules/
jspm_packages/
# TypeScript v1 declaration files
typings/
# Optional npm cache directory
.npm
# Optional eslint cache
.eslintcache
# Optional REPL history
.node_repl_history
# Output of 'npm pack'
*.tgz
# Yarn Integrity file
.yarn-integrity