Block a user
	
				
				
					fix/forbidden (#58)
					
					
						
					
				
			
			Also, add an option to healthcheck parser for stdout and stderr as we need to put them to
/tmp/stdoutand/tmp/stderr.
not sure what did you mean, can you explain more detailedly?
				
				
					fix/forbidden (#58)
					
					
						
					
				
			
			So what's the default pattern if no gitignore? Warn student add a gitignore or set root as default value?
				
				
					fix/forbidden (#58)
					
					
						
					
				
			
			should fix issue in https://focs.ji.sjtu.edu.cn/git/engr151-24fa/hteam-05
❯ ../JOJ3/build/healthcheck -root=.
### Forbidden File Check Failed:
The following forbidden files were found:…
				
				
					healthcheck needs to check whether all files in the repo respect 
					
				
			
			.gitignore file
					
					
						also the healthcheck (or repo-healthcheck binary)
Note: to avoid the influence of stdout and stderr generated by go-judge, we need to put them to /tmp/stdout and /tmp/stderr when running repo…
