Skip to main content
Module

x/eas_deno/.gitignore

eas-deno is a TypeScript SDK that authenticates with the main EAS API through tokenization. Giving you the performance of Rust without having to learn FFI in Rust.
Go to Latest
File
# Ignore node_modules, ncc is used to compile nodejs modules into a single file in the releases branchnode_modules/__tests__/runner/*
# Ignore js files that are transpiled from ts files in src/lib/
# Rest of the file pulled from https://github.com/github/gitignore/blob/master/Node.gitignore# Logslogs*.lognpm-debug.log*yarn-debug.log*yarn-error.log*lerna-debug.log*
# Diagnostic reports (https://nodejs.org/api/report.html)report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
# Runtime datapids*.pid*.seed*.pid.lock
# Directory for instrumented libs generated by jscoverage/JSCoverlib-cov
# Coverage directory used by tools like istanbulcoverage*.lcov
# nyc test coverage.nyc_output
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files).grunt
# Bower dependency directory (https://bower.io/)bower_components
# node-waf configuration.lock-wscript
# Compiled binary addons (https://nodejs.org/api/addons.html)build/Release
# Dependency directoriesjspm_packages/
# TypeScript v1 declaration filestypings/
# TypeScript cache*.tsbuildinfo
# Optional npm cache directory.npm
# Optional eslint cache.eslintcache
# Optional REPL history.node_repl_history
# Output of 'npm pack'*.tgz
# Yarn Integrity file.yarn-integrity
# dotenv environment variables file.env.env.test
# parcel-bundler cache (https://parceljs.org/).cache
# next.js build output.next
# nuxt.js build output.nuxt
# vuepress build output.vuepress/dist
# Serverless directories.serverless/
# FuseBox cache.fusebox/
# DynamoDB Local files.dynamodb/
_distFooter© 2022 GitHub, Inc.Footer navigationTermsPrivacy
index.ts