2018-08-22 13:30:04 -07:00
|
|
|
# IDE & OS specific
|
|
|
|
.DS_Store
|
|
|
|
.idea
|
|
|
|
|
|
|
|
# Logs
|
|
|
|
logs
|
|
|
|
*.log
|
|
|
|
|
|
|
|
# Dependencies
|
|
|
|
node_modules
|
|
|
|
|
|
|
|
# Coverage
|
|
|
|
coverage
|
2021-02-07 08:57:12 -08:00
|
|
|
.nyc_output
|
2018-08-22 13:30:04 -07:00
|
|
|
|
|
|
|
# Release
|
|
|
|
lib
|
|
|
|
|
2018-08-22 13:53:13 -07:00
|
|
|
# Generated docs
|
|
|
|
doc
|
2018-09-30 20:45:13 -07:00
|
|
|
|
|
|
|
# VIM swap files
|
2018-10-26 21:37:39 -07:00
|
|
|
*.sw*
|
2018-10-29 12:04:02 -07:00
|
|
|
|
2020-12-15 13:24:28 -08:00
|
|
|
# `solana-test-validator` ledger location
|
|
|
|
test-ledger/
|
2021-03-14 20:00:43 -07:00
|
|
|
|
|
|
|
# Flow
|
|
|
|
module.flow.js
|
2021-03-30 05:16:31 -07:00
|
|
|
|
|
|
|
# TypeScript
|
|
|
|
declarations
|