Skip to content

Commit 01afeaa

Browse files
committed
Added gitignore
1 parent ace93de commit 01afeaa

File tree

2 files changed

+43
-0
lines changed

2 files changed

+43
-0
lines changed

server/.env

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
TWILIO_ACCOUNT_SID = AC73b0e7b381f1fdf458176b6673ea1e13
2+
AUTH_TOKEN = ea23a2f6fba823006285363da300ccd8
3+
SERVICE_ID = VAe6b4f235abedf454ca46818ba25719c5
4+
CODE_LENGTH = 6
5+
MONGODB_SRV_STRING = mongodb+srv://codesquad:sc123@medikeep.s1x6t.mongodb.net/medikeep?authSource=admin&replicaSet=atlas-7lmym8-shard-0&readPreference=primary&appname=MongoDB%20Compass&ssl=true
6+
7+
# Backup
8+
# MONGODB_SRV_STRING = mongodb+srv://codesquad:sc123@medikeep.s1x6t.mongodb.net/medikeep?authSource=admin&replicaSet=atlas-7lmym8-shard-0&readPreference=primary&appname=MongoDB%20Compass&ssl=true
9+
10+
FAST_TWO_SMS_KEY = EJwQ5dZPkYSMcvH2LVxiA7yUsahbDrzuCR6qp09T4WNGfeKB1mnWF09HTUJrhEdVKzNpg5fibuD3a6cR
11+
PORT = 5001

server/.gitignore

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2+
3+
# dependencies
4+
/node_modules
5+
/.pnp
6+
.pnp.js
7+
8+
# testing
9+
/coverage
10+
11+
# next.js
12+
/.next/
13+
/out/
14+
15+
# production
16+
/build
17+
18+
# misc
19+
.DS_Store
20+
*.pem
21+
22+
# debug
23+
npm-debug.log*
24+
yarn-debug.log*
25+
yarn-error.log*
26+
.pnpm-debug.log*
27+
28+
# local env files
29+
.env*.local
30+
31+
# vercel
32+
.vercel

0 commit comments

Comments
 (0)