nodemon 在 json 文件变化时不重启程序
This commit is contained in:
		
							
								
								
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@@ -5,4 +5,3 @@ node_modules
 | 
				
			|||||||
.VSCodeCounter
 | 
					.VSCodeCounter
 | 
				
			||||||
 | 
					
 | 
				
			||||||
data/*
 | 
					data/*
 | 
				
			||||||
!data/.gitkeep
 | 
					 | 
				
			||||||
							
								
								
									
										8
									
								
								nodemon.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								nodemon.json
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,8 @@
 | 
				
			|||||||
 | 
					{
 | 
				
			||||||
 | 
					    "ignore": [
 | 
				
			||||||
 | 
					        ".git",
 | 
				
			||||||
 | 
					        ".svn",
 | 
				
			||||||
 | 
					        "node_modules/**/node_modules"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
 | 
					    "ext": "js"
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
		Reference in New Issue
	
	Block a user