Skip to content

Commit

Permalink
Correct absolute paths in .gitignore to allow for multi-part project
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-OpusVL committed Mar 13, 2020
1 parent 9f302cf commit aa3f9b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
/frontend/node_modules
/frontend/.pnp
.pnp.js

# testing
Expand Down Expand Up @@ -145,7 +145,7 @@ venv.bak/
.ropeproject

# mkdocs documentation
/site
/c19-backend/site

# mypy
.mypy_cache/
Expand Down

0 comments on commit aa3f9b0

Please sign in to comment.