update .gitignore

This commit is contained in:
yeyang
2023-01-06 23:55:13 +08:00
parent 034dcbde7c
commit 67ce9d5375
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
./node_modules

View File

@@ -1,6 +1,7 @@
import fs from 'node:fs'
import Ver from './components/Version.js'
import chalk from 'chalk'
import si from 'systeminformation'
const files = fs.readdirSync('./plugins/yenai-plugin/apps').filter(file => file.endsWith('.js'))