gitignore

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

8
.gitignore vendored Normal file
View File

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