Skip to content
Merged
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
12 changes: 12 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,15 @@ jspm_packages

# Temporary copy of backups (used during Disaster Recovery)
/recovery/TempCopyOfBackups

# JS files generated or copied during local development (see Makefile)
/development/site/client-bundle.js
/development/site/psl.min.js
/development/site/webauthn-client.js

# Folder with cert files used for dev-server https-proxy / traefik
development/cert

# Local environment variables files, typically with secrets
local.env

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could just do *.env

*.local.env
2 changes: 1 addition & 1 deletion codeship/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
# Exit script with error if any step fails.
set -e

npm install -g serverless
npm install -g serverless@1
npm install