初始化
This commit is contained in:
+32
@@ -0,0 +1,32 @@
|
||||
# 依赖
|
||||
node_modules
|
||||
|
||||
# Plasmo 构建缓存
|
||||
.plasmo
|
||||
|
||||
# 构建产物
|
||||
build
|
||||
dist
|
||||
|
||||
# 日志
|
||||
*.log
|
||||
|
||||
# 编辑器/IDE
|
||||
.idea
|
||||
.vscode
|
||||
.kiro
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# 系统文件
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# 环境变量
|
||||
.env
|
||||
.env.*
|
||||
|
||||
# 打包产物
|
||||
*.zip
|
||||
*.crx
|
||||
*.pem
|
||||
Reference in New Issue
Block a user