Skip to content

Commit b149642

Browse files
author
Cliff Crerar
committed
Updated gitignore
1 parent a053ccf commit b149642

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+20
-2133
lines changed

.deployment

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[config]
2+
SCM_DO_BUILD_DURING_DEPLOYMENT=true

.gitignore

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
node_modules
22
.DS_Store
3-
.vscode
3+
.vscode
4+
_replicator
5+
_users
6+
default
7+
config.json
8+
log.txt

bin/www

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
* Module dependencies.
55
*/
66

7+
console.log('NODE_ENV: ',process.env.NODE_ENV);
8+
console.log('PORT:',process.env.PORT);
9+
710
const app = require('../app');
811
const debug = require('debug')('express-pouch-ts-server:server');
912
const http = require('http');

data/_replicator/000198.ldb

-2.3 KB
Binary file not shown.

data/_replicator/000200.ldb

-287 Bytes
Binary file not shown.

data/_replicator/000203.ldb

-287 Bytes
Binary file not shown.

data/_replicator/000204.log

-178 Bytes
Binary file not shown.

data/_replicator/CURRENT

-1
This file was deleted.

data/_replicator/LOCK

Whitespace-only changes.

data/_replicator/LOG

-5
This file was deleted.

data/_replicator/LOG.old

-5
This file was deleted.

data/_replicator/MANIFEST-000202

-327 Bytes
Binary file not shown.

data/_users/000198.ldb

-2.32 KB
Binary file not shown.

data/_users/000200.ldb

-310 Bytes
Binary file not shown.

data/_users/000203.ldb

-287 Bytes
Binary file not shown.

data/_users/000204.log

-356 Bytes
Binary file not shown.

data/_users/CURRENT

-1
This file was deleted.

data/_users/LOCK

Whitespace-only changes.

data/_users/LOG

-5
This file was deleted.

data/_users/LOG.old

-5
This file was deleted.

data/_users/MANIFEST-000202

-327 Bytes
Binary file not shown.

data/default/000042.ldb

-1.14 KB
Binary file not shown.

data/default/000044.ldb

-877 Bytes
Binary file not shown.

data/default/000045.log

-1.39 KB
Binary file not shown.

data/default/CURRENT

-1
This file was deleted.

data/default/LOCK

Whitespace-only changes.

data/default/LOG

-5
This file was deleted.

data/default/LOG.old

-14
This file was deleted.

data/default/MANIFEST-000043

-244 Bytes
Binary file not shown.

data/logs/log.txt

-601
This file was deleted.

data/pouch__all_dbs__/000198.ldb

-1.37 KB
Binary file not shown.

data/pouch__all_dbs__/000200.ldb

-237 Bytes
Binary file not shown.

data/pouch__all_dbs__/000203.ldb

-237 Bytes
Binary file not shown.

data/pouch__all_dbs__/000204.log

-85 Bytes
Binary file not shown.

data/pouch__all_dbs__/CURRENT

-1
This file was deleted.

data/pouch__all_dbs__/LOCK

Whitespace-only changes.

data/pouch__all_dbs__/LOG

-5
This file was deleted.

data/pouch__all_dbs__/LOG.old

-5
This file was deleted.

data/pouch__all_dbs__/MANIFEST-000202

-316 Bytes
Binary file not shown.

ecosystem.config.js

-18
This file was deleted.

epts.code-workspace

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
},
66
{
77
"path": "/Users/cliff/git/generator-azure-web-app"
8+
},
9+
{
10+
"path": "/Users/cliff/git/app-dep-test"
811
}
912
],
1013
"settings": {

log.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)