9b11ad1f90
no issue
- refs 07dcbb0d53 (diff-a084b794bc0759e7a6b77810e01874f2)
- if we don't add the npm lock file, it get's added to the release zip when using v8
45 lines
674 B
Plaintext
45 lines
674 B
Plaintext
!**
|
|
.build
|
|
.dist
|
|
.tmp
|
|
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/**
|
|
node_modules/**
|
|
**/*.db*
|
|
*.db*
|
|
.af*
|
|
.git*
|
|
.groc*
|
|
.jshintrc
|
|
.jscsrc
|
|
*.iml
|
|
config.js
|
|
core/built/**/*.map
|
|
core/built/**/test-*
|
|
core/built/**/tests-*
|
|
core/client/**
|
|
core/test/**
|
|
CONTRIBUTING.md
|
|
SECURITY.md
|
|
.travis.yml
|
|
*.html
|
|
!core/server/admin/views/**
|
|
!core/server/mail/templates/**
|
|
bower_components/**
|
|
.editorconfig
|
|
gulpfile.js
|
|
!content/themes/casper/gulpfile.js
|
|
package-lock.json
|