# 忽略所有 .log 文件
*.log
 
# 忽略整个目录
nbproject/
cache/
.vscode/
.svn/
demo.txt
userFile/
upload/

