Skip to content

Commit

Permalink
Refacator: ignoring the config files
Browse files Browse the repository at this point in the history
  • Loading branch information
Anas Tiour committed Dec 25, 2018
1 parent 7ef9f45 commit 68920ea
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,7 @@ dist/main.js
# Prisma generated code
generated/

dist
dist

config/
!config/default.example.yaml
7 changes: 5 additions & 2 deletions config/default.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
Customer:
testVar: "yaaaaaaay"
database:
host: localhost
name: database
user: postgres
password: postgres

0 comments on commit 68920ea

Please sign in to comment.