Skip to content

Commit 70c852c

Browse files
committed
updated gitignore to add config file in root directory
1 parent 945691a commit 70c852c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,6 @@ typings/
108108
# dotenv environment variables file
109109
.env
110110

111-
# config file for db URI
112-
config.js
113-
114111
# parcel-bundler cache (https://parceljs.org/)
115112
.cache
116113

config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module.exports = {
2+
DEV_PORT: 5656
3+
};

0 commit comments

Comments
 (0)