@ -0,0 +1,23 @@
# 忽略日志文件
log/
logs/
*.log
# 忽略编译后的二进制文件
bin/
obj/
*.exe
*.out
*.o
# 忽略依赖文件
vendor/
node_modules/
# 忽略系统文件
.DS_Store
Thumbs.db
# 忽略 IDE 配置文件
.vscode/
.idea/
The note is not visible to the blocked user.