43 lines
		
	
	
		
			405 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			43 lines
		
	
	
		
			405 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| #
 | |
| # .gitignore for nntpchan repo
 | |
| #
 | |
| 
 | |
| # emacs temp files
 | |
| *~
 | |
| \#*
 | |
| .\#*
 | |
| 
 | |
| # srnd config files
 | |
| srnd.ini
 | |
| feeds.ini
 | |
| 
 | |
| # default article store directory
 | |
| articles
 | |
| 
 | |
| # generated files
 | |
| webroot
 | |
| 
 | |
| # built binaries
 | |
| go
 | |
| gopherjs_go
 | |
| ./srndv2
 | |
| 
 | |
| # private key
 | |
| *.key
 | |
| 
 | |
| # certificates
 | |
| certs
 | |
| 
 | |
| 
 | |
| rebuild.sh
 | |
| .gx
 | |
| 
 | |
| # generated js
 | |
| contrib/static/nntpchan.js
 | |
| contrib/static/js/nntpchan.js
 | |
| contrib/static/miner-js.js
 | |
| 
 | |
| 
 | |
| #docs trash
 | |
| doc/.trash
 |