forked from fediversity/fediversity
		
	intending to document more about how our schemas work, i found our code currently buries this somewhere in `/nix/store`. this change exposes that generated file in the project structure as well, facilitating inspection of our data schema in this more generic format. Reviewed-on: Fediversity/Fediversity#351 Reviewed-by: Nicolas Jeannerod <nicolas.jeannerod@moduscreate.com> Co-authored-by: Kiara Grouwstra <kiara@procolix.eu> Co-committed-by: Kiara Grouwstra <kiara@procolix.eu>
		
			
				
	
	
		
			15 lines
		
	
	
	
		
			188 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
	
		
			188 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| # Nix
 | |
| .direnv
 | |
| result*
 | |
| 
 | |
| # Python
 | |
| *.pyc
 | |
| __pycache__
 | |
| 
 | |
| # Django, application-specific
 | |
| db.sqlite3
 | |
| src/db.sqlite3
 | |
| src/static
 | |
| src/panel/static/htmx*
 | |
| src/panel/configuration/schema.*
 | |
| .credentials
 |