mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 19:17:13 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			37 lines
		
	
	
		
			507 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			37 lines
		
	
	
		
			507 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
{
 | 
						|
	"folders": [
 | 
						|
		{
 | 
						|
			"path": "."
 | 
						|
		},
 | 
						|
		{
 | 
						|
			"path": "./src",
 | 
						|
			"name": "Backend"
 | 
						|
		},
 | 
						|
		{
 | 
						|
			"path": "./src-ui",
 | 
						|
			"name": "Frontend"
 | 
						|
		},
 | 
						|
		{
 | 
						|
			"path": "./.github",
 | 
						|
			"name": "CI/CD"
 | 
						|
		},
 | 
						|
		{
 | 
						|
			"path": "./docs",
 | 
						|
			"name": "Documentation"
 | 
						|
		}
 | 
						|
 | 
						|
	],
 | 
						|
	"settings": {
 | 
						|
		"files.exclude": {
 | 
						|
			"**/__pycache__": true,
 | 
						|
			"**/.mypy_cache": true,
 | 
						|
			"**/.ruff_cache": true,
 | 
						|
			"**/.pytest_cache": true,
 | 
						|
			"**/.idea": true,
 | 
						|
			"**/.venv": true,
 | 
						|
			"**/.coverage": true,
 | 
						|
			"**/coverage.json": true
 | 
						|
		}
 | 
						|
	}
 | 
						|
}
 |