SciPost Code Repository

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

update gitignore for nested node_modules

parent 88292f7f
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ __pycache__ ...@@ -17,7 +17,7 @@ __pycache__
# Package managers # Package managers
/venv* /venv*
/.venv* /.venv*
/node_modules/ **/node_modules/
*webpack-stats.json *webpack-stats.json
.python-version .python-version
...@@ -45,6 +45,7 @@ UPLOADS ...@@ -45,6 +45,7 @@ UPLOADS
/scipost_django/local_files/ /scipost_django/local_files/
/static/ /static/
static_bundles/ static_bundles/
**/css/dist/*
celerybeat-schedule celerybeat-schedule
start_flower.sh start_flower.sh
......
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