mirror of
https://github.com/unraid/api.git
synced 2026-01-06 08:39:54 -06:00
Previously the historical script only use to copy built web components into the webgui repo. The new script provides additional commands to find files in the API repo's plugin dir and attempts to find "new" files. Then a command to act upon each of these new file to sync in either direction, skip it, or ignore it. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced an interactive synchronization tool that streamlines file transfers between projects. - Added a new command to easily trigger the synchronization process, leveraging enhanced file management and notification capabilities. - **Chores** - Updated version control settings to ignore temporary synchronization files. - Removed an outdated file copying script for improved maintenance. - Added new dependencies to support enhanced functionality. - Modified a script to exclude specific files from deletion during the activation code setup process. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
108 lines
1.4 KiB
Plaintext
108 lines
1.4 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/
|
|
unraid-ui/node_modules/
|
|
|
|
# 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
|
|
.history/
|
|
|
|
# OSX
|
|
.DS_Store
|
|
|
|
# Jetbrains Settings Files
|
|
.idea
|
|
|
|
# Temp dir for tests
|
|
test/__temp__/*
|
|
|
|
# Built files
|
|
dist
|
|
unraid-ui/storybook-static
|
|
|
|
# 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.example
|
|
|
|
fb_keepalive
|
|
|
|
# pnpm store
|
|
.pnpm-store
|
|
|
|
# Nix
|
|
result
|
|
result-*
|
|
.direnv/
|
|
.envrc
|
|
|
|
# Webgui sync script helpers
|
|
web/scripts/.sync-webgui-repo-*
|
|
|
|
# Activation code data
|
|
plugin/source/dynamix.unraid.net/usr/local/emhttp/plugins/dynamix.my.servers/data/activation-data.php |