mirror of
https://github.com/valitydev/swag-wallets.git
synced 2024-11-06 02:45:19 +00:00
36bd187439
* chore: Add package-lock.json * ci: Add Github Actions for build and release * ci: remove wercker * feat: Enable Mattermost notifications * feat: Better formatting for MM * fix * fix if on mm * fix typo * fix shell bug * fix backticks * probly fix event * fix comma typos * fix pr info in a message * experimental curl notifier * fix script typos * fix: Add --fail to curl * Enable cache again * empty commit for test * Refactor message generation * fix indent * remove --fail from curl * fix curl error handling * curl: Add redirect flag * fix json typo * add debug print * hack real name * did GA break? * put real name back * final polishing * try out release notification * fix indent * fix * fix curl * fix * fix formatting * fix format * fix channel * final format * final cleanup * fix: Fix release repo name * fix: Switch to WALLETS_API_DEPLOY_KEY * switch to github-pages-deploy-action, fix MM hook for build pipeline * refactor curl * debug build pipeline * debug without pipefail * fix typo * more debug * fix curl error handling * Update .github/workflows/release.yml Co-authored-by: Alexey Pronin <24279065+vulnbe@users.noreply.github.com> Co-authored-by: Alexey Pronin <24279065+vulnbe@users.noreply.github.com>
41 lines
513 B
Plaintext
41 lines
513 B
Plaintext
# Dir for API portal deploy
|
|
dist
|
|
out
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Runtime data
|
|
pids
|
|
*.pid
|
|
*.seed
|
|
|
|
# Directory for instrumented libs generated by jscoverage/JSCover
|
|
lib-cov
|
|
|
|
# Coverage directory used by tools like istanbul
|
|
coverage
|
|
|
|
# node-waf configuration
|
|
.lock-wscript
|
|
|
|
# Compiled binary addons (http://nodejs.org/api/addons.html)
|
|
build/Release
|
|
|
|
# Dependency directory
|
|
node_modules
|
|
|
|
# Optional npm cache directory
|
|
.npm
|
|
|
|
# Optional REPL history
|
|
.node_repl_history
|
|
|
|
# CI
|
|
.wercker
|
|
|
|
# Generated
|
|
web_deploy/
|