Skip to content
Open
Show file tree
Hide file tree
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
Binary file modified .DS_Store
Binary file not shown.
25 changes: 20 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
*.swp
*.pyc
node_modules/*
node_modules/
# See https://help.github.com/ignore-files/ for more about ignoring files.

# dependencies
/node_modules

# testing
/coverage

# production
/build

# misc
.DS_Store
__pycache__
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ and interfaces with the FSTE100 UK index.

### Webhook
https://searle-webhook-server.herokuapp.com/api/v1/

### Front End branch for SEARLE
5 changes: 0 additions & 5 deletions config/config.json

This file was deleted.

95 changes: 0 additions & 95 deletions config/responseTemplate.json

This file was deleted.

99 changes: 0 additions & 99 deletions deployment/hook.js

This file was deleted.

45 changes: 0 additions & 45 deletions deployment/update.js

This file was deleted.

15 changes: 0 additions & 15 deletions dev/localTunnel.js

This file was deleted.

Binary file removed dev/ngrok
Binary file not shown.
1 change: 0 additions & 1 deletion dev/ngrok.yml

This file was deleted.

Loading