File: .npmignore

package info (click to toggle)
node-fast-json-patch 3.1.1%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 832 kB
  • sloc: javascript: 748; makefile: 11; sh: 7
file content (38 lines) | stat: -rw-r--r-- 390 bytes parent folder | download
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
Makefile
doc/
examples/
test/
.travis.yml
!*.d.ts
src/*
tsconfig.json

# Mac OS X
.DS_Store

# Node.js
.npmignore
node_modules/
npm-debug.log
CONTRIBUTING.md

# Git
.git*

# bower
bower.json

# grunt
gruntfile.js

#vs-code
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
*.code-workspace

# Local History for Visual Studio Code
.history/