gitignore git 提交测试

This commit is contained in:
aote777 2024-02-29 22:40:48 +08:00
parent 41e3bfe152
commit 09e2c03ecf
1 changed files with 10 additions and 0 deletions

10
.gitignore vendored Normal file
View File

@ -0,0 +1,10 @@
# 忽略所有 .log 文件
*.log
# 忽略 node_modules 目录
node_modules/
# 忽略 .env 文件
.env
# 哈哈哈