File: .npmignore

package info (click to toggle)
node-domain-browser 1.1.7-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 148 kB
  • ctags: 26
  • sloc: makefile: 4; sh: 2
file content (44 lines) | stat: -rw-r--r-- 531 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
39
40
41
42
43
44
# 2015 September 18
# https://github.com/bevry/base

# Temp Files
**/.docpad.db
**/out.*
**/*.log
**/*.cpuprofile
**/*.heapsnapshot

# Build Files
build/
components/
bower_components/
node_modules/

# Private Files
.env

# Development Files
.editorconfig
.eslintrc
.jshintrc
.jscrc
coffeelint.json
.travis*
nakefile.js
Cakefile
Makefile
BACKERS.md
CONTRIBUTING.md
HISTORY.md
**/src/
**/test/

# Other Package Definitions
template.js
component.json
bower.json

# =====================================
# CUSTOM MODIFICATIONS

# None