22 lines
		
	
	
	
		
			264 B
		
	
	
	
		
			Text
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
	
		
			264 B
		
	
	
	
		
			Text
		
	
	
		
			Executable file
		
	
	
	
	
# ignore most things, include some others
 | 
						|
/*
 | 
						|
/.*
 | 
						|
 | 
						|
!bin/
 | 
						|
!lib/
 | 
						|
!docs/
 | 
						|
!package.json
 | 
						|
!package-lock.json
 | 
						|
!README.md
 | 
						|
!CONTRIBUTING.md
 | 
						|
!LICENSE
 | 
						|
!CHANGELOG.md
 | 
						|
!example/
 | 
						|
!scripts/
 | 
						|
!tap-snapshots/
 | 
						|
!test/
 | 
						|
!.travis.yml
 | 
						|
!.gitignore
 | 
						|
!.gitattributes
 | 
						|
!coverage-map.js
 | 
						|
!index.js
 |