mirror of
https://github.com/unilei/aipan-netdisk-search.git
synced 2024-11-25 16:32:42 +08:00
2a5876fa83
增加pm2配置文件
29 lines
245 B
Plaintext
29 lines
245 B
Plaintext
# Nuxt dev/build outputs
|
|
.output
|
|
.nuxt
|
|
.nitro
|
|
.cache
|
|
dist
|
|
|
|
# Node dependencies
|
|
node_modules
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
|
|
# Misc
|
|
.DS_Store
|
|
.fleet
|
|
.idea
|
|
|
|
# Local env files
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# package
|
|
package-lock.json
|
|
|
|
#pm2
|
|
ecosystem.config.cjs.me |