Skip to content

Commit a7393f0

Browse files
committed
gitignore!
1 parent 15a5072 commit a7393f0

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

Diff for: .gitignore

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1+
*.cache.json
2+
*.tmp.db.json
13
node_modules
2-
3-
*.env
4-
*..env.local
5-
6-
*.db.json
7-
*.tmp.json
4+
.env

Diff for: src/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ process.on('SIGINT', async () => {
205205
await rm(join(Dirname, '..', 'stats.tmp.db.json'));
206206
await rm(join(Dirname, '..', 'cmnds.tmp.db.json'));
207207
logger.info('Removed temporary databases.');
208+
logger.info('Cleaned up, exiting.');
208209
process.exit(0);
209210
});
210211

0 commit comments

Comments
 (0)