Skip to content
This repository was archived by the owner on Dec 21, 2018. It is now read-only.

Commit d5369f2

Browse files
author
Matthew Ray
committed
Untrack files in .gitignore
1 parent ddbe558 commit d5369f2

File tree

7 files changed

+128
-0
lines changed

7 files changed

+128
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Logs
22
logs
33
server/system/ssl
4+
data/
45
*.log
56
/server/system/ssl
67
npm-debug.log*

commands/appeal.js

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
const Discord = require('discord.js');
2+
3+
exports.run

data/enmap.sqlite

-12 KB
Binary file not shown.

data/enmap.sqlite-shm

-32 KB
Binary file not shown.

data/enmap.sqlite-wal

-129 KB
Binary file not shown.

package-lock.json

+122
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
"enmap": "^4.3.3",
1515
"eslint": "^5.9.0",
1616
"express": "^4.16.4",
17+
"express-enforces-ssl": "^1.1.0",
18+
"helmet": "^3.15.0",
1719
"jsonwebtoken": "^8.4.0",
1820
"moment": "^2.22.2",
1921
"moment-duration-format": "^2.2.2",

0 commit comments

Comments
 (0)