Skip to content
This repository has been archived by the owner on Nov 7, 2021. It is now read-only.

Commit

Permalink
Added boilerplate #2
Browse files Browse the repository at this point in the history
  • Loading branch information
paulpan05 committed Mar 1, 2020
1 parent 15a71fa commit f5e93a7
Show file tree
Hide file tree
Showing 6 changed files with 510 additions and 0 deletions.
43 changes: 43 additions & 0 deletions server/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Serverless
.serverless
.env
tmp
.coveralls.yml

# Google
keyfile.json

# Logs
*.log

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# node-waf configuration
.lock-wscript

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release

# Dependency directory
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
node_modules

# IDE
**/.idea

# OS
.DS_Store
.tmp

# Ignore virtual env
venv

# Allow package-lock.json to be committed
!package-lock.json
3 changes: 3 additions & 0 deletions server/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"python.pythonPath": "venv/bin/python3"
}
Loading

0 comments on commit f5e93a7

Please sign in to comment.