初始化 Uranium 官方网站
This commit is contained in:
+21
@@ -0,0 +1,21 @@
|
||||
# 构建输出
|
||||
dist/
|
||||
|
||||
# Astro 生成内容
|
||||
.astro/
|
||||
|
||||
# 依赖
|
||||
node_modules/
|
||||
|
||||
# 日志
|
||||
npm-debug.log*
|
||||
bun-debug.log*
|
||||
|
||||
# 环境变量
|
||||
.env
|
||||
.env.production
|
||||
|
||||
# 编辑器与系统文件
|
||||
.DS_Store
|
||||
.idea/
|
||||
.vscode/
|
||||
Reference in New Issue
Block a user