Skip to content

Commit

Permalink
add config files to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
alicesf2 committed Jan 12, 2021
1 parent f964215 commit dea2446
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ typings/
# Yarn Integrity file
.yarn-integrity

# # dotenv environment variables file
# *.env
# *.env.test
# *.env.production
# dotenv environment variables file
*.env
*.env.test
*.env.production

# parcel-bundler cache (https://parceljs.org/)
.cache
Expand Down

1 comment on commit dea2446

@vercel
Copy link

@vercel vercel bot commented on dea2446 Jan 12, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment failed with the following error:

Environment Variable "BACKEND_URL" references Secret "memberdb_tool_backend_url", which does not exist.

Please sign in to comment.