Skip to content

Commit

Permalink
Package backend .ts sources for vuln snippet lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
bkimminich committed Mar 19, 2021
1 parent 77bf0a0 commit 5697e1a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,21 +38,22 @@ module.exports = function (grunt) {
'package.json',
'ctf.key',
'swagger.yml',
'server.ts',
'config.schema.yml',
'build/**',
'!build/reports/**',
'config/*.yml',
'data/*.js',
'data/*.ts',
'data/static/**',
'data/chatbot/.gitkeep',
'encryptionkeys/**',
'frontend/dist/frontend/**',
'ftp/**',
'i18n/.gitkeep',
'lib/**',
'models/*.js',
'models/*.ts',
'node_modules/**',
'routes/*.js',
'routes/*.ts',
'uploads/complaints/.gitkeep',
'views/**'
],
Expand Down

0 comments on commit 5697e1a

Please sign in to comment.