mirror of
https://github.com/unraid/api.git
synced 2026-01-02 22:50:02 -06:00
86 lines
1.0 KiB
Plaintext
86 lines
1.0 KiB
Plaintext
# Logs
|
|
./logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Directory for instrumented libs generated by jscoverage/JSCover
|
|
lib-cov
|
|
|
|
# Coverage directory used by tools like istanbul
|
|
coverage
|
|
coverage-ts
|
|
|
|
# nyc test coverage
|
|
.nyc_output
|
|
|
|
# node-waf configuration
|
|
.lock-wscript
|
|
|
|
# Compiled binary addons (https://nodejs.org/api/addons.html)
|
|
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
|
|
|
|
# Visual Studio Code workspace
|
|
.vscode/sftp.json
|
|
|
|
# OSX
|
|
.DS_Store
|
|
|
|
# Temp dir for tests
|
|
test/__temp__/*
|
|
|
|
# Built files
|
|
dist
|
|
|
|
# Typescript
|
|
typescript
|
|
|
|
# Ultra runner
|
|
.ultra.cache.json
|
|
|
|
# Github actions
|
|
RELEASE_NOTES.md
|
|
|
|
# Docker Deploy Folder
|
|
deploy/*
|
|
!deploy/.gitkeep
|
|
|
|
# pkg cache
|
|
.pkg-cache
|
|
|
|
*.log*
|
|
.nuxt
|
|
.nitro
|
|
.cache
|
|
.output
|
|
.env*
|
|
!.env.example |