Skip to content

Commit

Permalink
Renamed the .env.production file and .gitignore the .env file
Browse files Browse the repository at this point in the history
  • Loading branch information
alextselegidis committed Mar 23, 2020
1 parent db71948 commit f7e6fd8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
File renamed without changes.
1 change: 1 addition & 0 deletions client/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
# misc
.DS_Store
.idea
.env
.env.local
.env.development.local
.env.test.local
Expand Down
1 change: 1 addition & 0 deletions scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ cd ../../

echo "Setup Client"
cd client
cp .env.example .env
npm install
cd ../../

Expand Down

0 comments on commit f7e6fd8

Please sign in to comment.