Skip to content

Commit

Permalink
Update contributions.md with files not to commit
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyLiu0226 authored Oct 31, 2024
1 parent 383b1b0 commit 80b56ca
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions contributions.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ Include if making changes to frontend components. This can be in one of two form

### Link to Notion ticket
Go to the tasks page in the notion and click on the `...` on the relevant task, copy link, and paste it here

## What not to commit
**Before making any commits, please ensure the following are not being committed**:
Although most of these items are included in the .gitignore files, it's good to double check:
- `node_modules`
- Anything in the root-level `assets` folder
- Any Flowleaflets provided files, for example the logbook pages
- Python virtual environment folders
- Any `.env` files

Additionally, ensure that in any files that are to be committed, please do not include sensitive info such as API keys, patient information, or user credentials.

0 comments on commit 80b56ca

Please sign in to comment.