- Changed default download location to assets_downloaded/schematron - Updated all references in SchematronDownloader, integration, and validator - Updated postinstall scripts to use new location - assets_downloaded/ is already in .gitignore to exclude downloaded files from git - Moved existing downloaded files to new location - All functionality tested and working correctly
		
			
				
	
	
		
			24 lines
		
	
	
		
			182 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			182 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| .nogit/
 | |
| 
 | |
| # artifacts
 | |
| coverage/
 | |
| public/
 | |
| pages/
 | |
| 
 | |
| # installs
 | |
| node_modules/
 | |
| 
 | |
| # caches
 | |
| .yarn/
 | |
| .cache/
 | |
| .rpt2_cache
 | |
| 
 | |
| # builds
 | |
| dist/
 | |
| dist_*/
 | |
| 
 | |
| # custom
 | |
| test/output
 | |
| .serena
 | |
| assets_downloaded/
 |