SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 0885c6f9 authored by George Katsikas's avatar George Katsikas :goat:
Browse files

add .venv, configs and sensitives to gitignore

add mailchimp to requirements
parent 10c9a5a4
No related branches found
No related tags found
1 merge request!42Add git integration to server
......@@ -16,11 +16,11 @@ __pycache__
# Package managers
/venv*
/.venv*
/node_modules/
*webpack-stats.json
.python-version
*secrets.json
!package.json
!package-lock.json
!package.vue.json
......@@ -51,3 +51,10 @@ start_flower.sh
whoosh_index
*.pid
# Sensitive files
*/secrets.json
/scipost_django/SciPost_v1/settings/local_*.py
# Editor configs
*.code-workspace
\ No newline at end of file
......@@ -80,7 +80,7 @@ celery==5.2.7 # 2022-11-18
django-celery-results==2.4.0 # 2022-11-18
django-celery-beat==2.4.0 # 2022-11-18
flower==1.2.0 # 2022-11-18
mailchimp3==3.0.18 # 2023-05-09
# Security-related packages
django-referrer-policy==1.0 # 2020-09-19 no new updates for 3 years
......
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