chore: 更新 .gitignore 文件
- 添加日志文件和依赖管理工具的缓存文件到忽略列表 - 忽略 Visual Studio Code 和其他编辑器的配置文件 - 排除 cypress 测试的视频和截图文件 - 忽略 TypeScript 编译信息文件
This commit is contained in:
		
							
								
								
									
										13
									
								
								web/index.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								web/index.html
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,13 @@ | ||||
| <!DOCTYPE html> | ||||
| <html lang=""> | ||||
|   <head> | ||||
|     <meta charset="UTF-8"> | ||||
|     <link rel="icon" href="/favicon.ico"> | ||||
|     <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||||
|     <title>Vite App</title> | ||||
|   </head> | ||||
|   <body> | ||||
|     <div id="app"></div> | ||||
|     <script type="module" src="/src/main.js"></script> | ||||
|   </body> | ||||
| </html> | ||||
		Reference in New Issue
	
	Block a user