Skip to content

Commit

Permalink
chore(docker): 🙈 ignore docker-compose.env
Browse files Browse the repository at this point in the history
  • Loading branch information
djdembeck committed Sep 17, 2021
1 parent 4f4f0ba commit e8f54d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,6 @@ typings/

# JetBrains IDE
.idea

# Docker
docker-compose.env
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"docker",
"actions",
"parser",
"scraper"
"scraper",
"chapters"
]
}

0 comments on commit e8f54d9

Please sign in to comment.