You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							27 lines
						
					
					
						
							585 B
						
					
					
				
			
		
		
	
	
							27 lines
						
					
					
						
							585 B
						
					
					
				| # Project-specific ignore rules applicable to all users
 | |
| 
 | |
| # Files related to development and testing
 | |
| Jakefile.js
 | |
| mongodb-uri.mocha.js
 | |
| 
 | |
| ########################################################################################################################
 | |
| #
 | |
| # TEMPORARY
 | |
| #
 | |
| # Below this line are rules that ideally belong in the user's ignore file (usually ~/.npmignore), however there's a
 | |
| # known bug preventing such files from being honored so the rules are included here for now.
 | |
| #
 | |
| #   https://github.com/isaacs/npm/issues/2634
 | |
| #
 | |
| 
 | |
| # IntelliJ
 | |
| .idea
 | |
| *.iml
 | |
| *.ipr
 | |
| *.iws
 | |
| 
 | |
| # emacs
 | |
| *~
 | |
| .#*
 | |
| *#
 |