* added test.* to .gitignore * adding zerotier to jeeves-jr * added comments to .gitignore
		
			
				
	
	
		
			16 lines
		
	
	
		
			311 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			311 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # direnv
 | |
| .direnv
 | |
| .envrc
 | |
| 
 | |
| # build outputs
 | |
| .*.swp
 | |
| *.retry
 | |
| result
 | |
| result-*
 | |
| 
 | |
| # If you run nix develop it will generate pre-commit hooks using the python library precommit (see https://github.com/RAD-Development/nix-dotfiles/blob/main/flake.nix#L65)
 | |
| /.pre-commit-config.yaml
 | |
| 
 | |
| # allows test file in reopsitory
 | |
| test.*
 |