2019-10-21 10:12:50 -04:00
|
|
|
# Logs
|
|
|
|
logs
|
|
|
|
*.log
|
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
2020-07-23 09:18:49 -04:00
|
|
|
/package-lock.json
|
2019-10-21 10:12:50 -04:00
|
|
|
|
|
|
|
# Runtime data
|
|
|
|
pids
|
|
|
|
*.pid
|
|
|
|
*.seed
|
|
|
|
*.pid.lock
|
|
|
|
|
|
|
|
# Directory for instrumented libs generated by jscoverage/JSCover
|
|
|
|
lib-cov
|
|
|
|
|
|
|
|
# Coverage directory used by tools like istanbul
|
|
|
|
coverage
|
2021-04-22 15:38:05 -04:00
|
|
|
test/.coverage/
|
2019-10-21 10:12:50 -04:00
|
|
|
|
|
|
|
# nyc test coverage
|
|
|
|
.nyc_output
|
|
|
|
|
|
|
|
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
|
|
|
|
.grunt
|
|
|
|
|
|
|
|
# Bower dependency directory (https://bower.io/)
|
|
|
|
bower_components
|
|
|
|
|
|
|
|
# node-waf configuration
|
|
|
|
.lock-wscript
|
|
|
|
|
2020-06-21 19:41:24 -04:00
|
|
|
# Compiled binary add-ons (https://nodejs.org/api/addons.html)
|
2019-10-21 10:12:50 -04:00
|
|
|
build/Release
|
|
|
|
|
|
|
|
# Dependency directories
|
|
|
|
node_modules/
|
|
|
|
jspm_packages/
|
|
|
|
|
|
|
|
# TypeScript v1 declaration files
|
|
|
|
typings/
|
|
|
|
|
|
|
|
# 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
|
|
|
|
|
|
|
|
# next.js build output
|
|
|
|
.next
|
2020-06-23 10:25:12 -04:00
|
|
|
|
2020-06-23 09:43:29 -04:00
|
|
|
# clj-kondo cache
|
2020-06-29 06:08:40 -04:00
|
|
|
.cache
|
|
|
|
|
2023-08-25 14:25:04 -04:00
|
|
|
# IDEs
|
|
|
|
.idea
|
|
|
|
|
2020-06-23 10:25:12 -04:00
|
|
|
# default output report
|
2020-06-29 06:08:40 -04:00
|
|
|
super-linter.report
|
2020-09-25 18:47:15 -04:00
|
|
|
|
|
|
|
# Git directory (useful for .dockerignore)
|
|
|
|
.git
|
2021-04-22 14:56:18 -04:00
|
|
|
|
|
|
|
# Code coverage data for tests
|
|
|
|
.coverage
|
|
|
|
|
2024-01-30 14:24:55 -05:00
|
|
|
# Terraform workspace
|
|
|
|
.terraform
|
|
|
|
|
2021-04-22 14:56:18 -04:00
|
|
|
# Test reports
|
|
|
|
test/reports
|
2023-12-12 13:53:48 -05:00
|
|
|
|
|
|
|
# Developer credentials
|
|
|
|
.github-personal-access-token
|
|
|
|
|
|
|
|
# Test leftovers
|
|
|
|
.lintr
|
2023-12-15 03:50:35 -05:00
|
|
|
test/linters/rust_clippy/**/Cargo.lock
|
|
|
|
test/linters/rust_clippy/**/target/**
|