mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Merge pull request #5015 from node-red/fix-nodemon
Fix grunt dev via better ndoemon ignore rules
This commit is contained in:
		| @@ -1,4 +0,0 @@ | ||||
| /Gruntfile.js | ||||
| /.git/* | ||||
| *.backup | ||||
| /public/* | ||||
							
								
								
									
										16
									
								
								nodemon.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								nodemon.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,16 @@ | ||||
| { | ||||
|     "ignoreRoot": [ | ||||
|         ".git", | ||||
|         ".nyc_output", | ||||
|         ".sass-cache", | ||||
|         "bower-components", | ||||
|         "coverage" | ||||
|     ], | ||||
|     "ignore": [ | ||||
|         "/Gruntfile.js", | ||||
|         "/.git/*", | ||||
|         "*.backup", | ||||
|         "/public/*" | ||||
|     ] | ||||
| } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user