FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 661dbce8 authored by Dr Rich Wareham's avatar Dr Rich Wareham
Browse files

Merge branch 'issue-53' into 'master'

Update .gitignore to ignore .vscode and .DS_Store files

Closes #53

See merge request !52
parents aadae452 bcdfd796
No related branches found
No related tags found
1 merge request!52Update .gitignore to ignore .vscode and .DS_Store files
Pipeline #41934 passed
......@@ -8,3 +8,9 @@ __pycach__
# PyCharm
.idea
# VSCode
.vscode
# Mac DS_Store
.DS_Store
......@@ -107,5 +107,11 @@ venv.bak/
# PyCharm
.idea
# VSCode
.vscode
# Mac DS_Store
.DS_Store
# Secrets
secrets.env
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment