remove 'package-lock.json' from seafile-ignore.global.txt

This commit is contained in:
luk
2026-08-27 11:03:27 +08:00
parent 5da38e128d
commit 7b1dbe224e
2 changed files with 1 additions and 4 deletions

View File

@@ -55,8 +55,6 @@ _desktop.ini
node_modules/ node_modules/
*/node_modules/ */node_modules/
package-lock.json
*/package-lock.json
pages4loader.json5 pages4loader.json5
*/pages4loader.json5 */pages4loader.json5

View File

@@ -20,7 +20,6 @@ Add to crontab to run automatically:
# Renew DCloud uniCloud free-tier subscriptions. # Renew DCloud uniCloud free-tier subscriptions.
# Runs at 1:00 on the 26th of every month. # Runs at 1:00 on the 26th of every month.
# #
# Install with: crontab /Users/Shared/product-产品/opx/sysconfig/unicloud/crontab.txt
# (That replaces your whole crontab; use `crontab -e` to merge with existing entries.) # (That replaces your whole crontab; use `crontab -e` to merge with existing entries.)
0 1 26 * * source renew_all.sh >> /tmp/dcloud-renew.log 2>&1 0 1 26 * * source renew_all.sh >> renew.log 2>&1
``` ```