fix(env): update env file to match new exclusion defaults
This commit is contained in:
		
							parent
							
								
									cad203a7c0
								
							
						
					
					
						commit
						c0a4fc1c6c
					
				
							
								
								
									
										8
									
								
								.env
									
									
									
									
									
								
							
							
						
						
									
										8
									
								
								.env
									
									
									
									
									
								
							| @ -81,12 +81,12 @@ TLS13_ONLY=TRUE | |||||||
| LR_EXTS="html,xml,css,js,jsx,ts,tsx,php,py" | LR_EXTS="html,xml,css,js,jsx,ts,tsx,php,py" | ||||||
| 
 | 
 | ||||||
| # LR_EXCLUDE: | # LR_EXCLUDE: | ||||||
| # Comma-delimited set of /regular-expressions/ defining what to exclude from monitoring in addition to the defaults. | # Comma-delimited set of regular-expressions defining what to exclude from monitoring in addition to the defaults. | ||||||
| # Upstream node-livereload lists the following as defaults: "/\.git\//,/\.svn\//,/\.hg\//" | # Upstream node-livereload already ignores: ".git/,.svn/,.hg/" | ||||||
| # REQUIRED: NO | # REQUIRED: NO | ||||||
| # DEFAULT: "/\.vscode\//,/\.idea\//,/\.tmp/,/\.swp/" | # DEFAULT: ".vscode/,.idea/,.tmp$,.swp$" | ||||||
| # VALID OPTIONS: Any valid RegEx that matches files or directories | # VALID OPTIONS: Any valid RegEx that matches files or directories | ||||||
| LR_EXCLUDE="/\.vscode\//,/\.idea\//,/\.tmp/,/\.swp/" | LR_EXCLUDE=".vscode/,.idea/,.tmp$,.swp$" | ||||||
| 
 | 
 | ||||||
| # LR_DELAY: | # LR_DELAY: | ||||||
| # Amount of time in milliseconds before detecting a change and sending a trigger for a browser reload. Useful if you need to allow time for background recompilation, etc. | # Amount of time in milliseconds before detecting a change and sending a trigger for a browser reload. Useful if you need to allow time for background recompilation, etc. | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user