Skip to content

Commit

Permalink
Update gitignore to include api dotenv files
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Campbell committed Nov 5, 2020
1 parent 0398df2 commit f6a15d3
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,17 @@
# Testing
/coverage

# Productiom
# React Build Files
/build

# Misc
.DS_Store
# React local environment files
.env.local
.env.development.local
.env.test.local
.env.production.local

# Misc
.DS_Store
.vscode/

# Node Package Management
Expand All @@ -28,3 +30,4 @@ yarn-error.log*
/api/venv
__pycache__/
venv-manager.log
/api/.env

0 comments on commit f6a15d3

Please sign in to comment.