forked from TryGhost/Ghost
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.npmignore
54 lines (54 loc) · 989 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
!**
.build
.dist
.tmp
.eslintignore
.eslintrc.json
.npmignore
docs/**
_site/**
content/adapters/**
!content/adapters/README.md
content/apps/**
!content/apps/README.md
content/data/**
!content/data/README.md
content/images/**
!content/images/README.md
content/logs/**
!content/logs/README.md
content/themes/**
!content/themes/casper/**
content/themes/casper/assets/css/.csscomb.json
content/themes/casper/.yarnrc
node_modules/**
core/server/lib/members/static/auth/node_modules/**
**/*.db*
*.db*
.af*
.git*
.groc*
.jshintrc
.jscsrc
*.iml
core/built/**/*.map
core/built/**/test-*
core/built/**/tests-*
core/client/**
test/**
CONTRIBUTING.md
content/themes/casper/SECURITY.md
SECURITY.md
.travis.yml
*.html
!core/server/web/admin/views/**
core/server/web/admin/views/.gitkeep
!core/server/services/mail/templates/**
bower_components/**
.editorconfig
gulpfile.js
!content/themes/casper/gulpfile.js
package-lock.json
content/themes/casper/config.*.json
config.*.json
!core/server/config/env/**