Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ cms/envs/private.py
.redcar/
codekit-config.json
.pycharm_helpers/
.vscode
/_mac/*
/IntelliLang.xml
/conda_packages.xml
Expand Down Expand Up @@ -124,7 +125,10 @@ logs
chromedriver.log
ghostdriver.log

### Celery artifacts ###
### Deployment artifacts
uwsgi.ini

### Celery artifacts
celerybeat-schedule

### Unknown artifacts
Expand All @@ -141,9 +145,6 @@ autodeploy.properties
dist
*.bak

# Visual Studio Code
.vscode

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I moved this into the existing "Editor and IDE artifacts" section above.

# Locally generated PII reports
pii_report

Expand Down