mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
* Run tests using GitHub Actions * Node 10 * Test CI fails * Use npm to run tests * Fix package json to run tests * Enable v3 TEST api for both development env and CI * Run CI on both Node 10 and 12 * Allow downgrading Mongo
33 lines
301 B
Plaintext
33 lines
301 B
Plaintext
bower_components/
|
|
node_modules/
|
|
|
|
|
|
bundle/bundle.out.js
|
|
|
|
.vscode/
|
|
.idea/
|
|
*.iml
|
|
my.env
|
|
my.*.env
|
|
|
|
static/bower_components/
|
|
.*.sw?
|
|
.DS_Store
|
|
|
|
.vagrant
|
|
/iisnode
|
|
|
|
# istanbul output
|
|
coverage/
|
|
|
|
npm-debug.log
|
|
*.heapsnapshot
|
|
|
|
/tmp
|
|
/.vs
|
|
/cgm-remote-monitor.njsproj
|
|
/cgm-remote-monitor.sln
|
|
/obj/Debug
|
|
/bin
|
|
/*.bat
|