feat: updated gitignore for migrations
This commit is contained in:
		
							parent
							
								
									7cd0cb2377
								
							
						
					
					
						commit
						b7a2f2ed4f
					
				
					 1 changed files with 16 additions and 1 deletions
				
			
		
							
								
								
									
										17
									
								
								.gitignore
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										17
									
								
								.gitignore
									
										
									
									
										vendored
									
									
								
							|  | @ -171,4 +171,19 @@ cython_debug/ | |||
| .ruff_cache/ | ||||
| 
 | ||||
| # PyPI configuration file | ||||
| .pypirc | ||||
| .pypirc | ||||
| 
 | ||||
| # Flask-Migrate / Alembic | ||||
| # Keep migrations in Git, but ignore cache/compiled files | ||||
| migrations/__pycache__/ | ||||
| migrations/*.pyc | ||||
| 
 | ||||
| # Docker | ||||
| *.pid | ||||
| *.log | ||||
| docker-compose.override.yml | ||||
| .docker/ | ||||
| .wheels/ | ||||
| 
 | ||||
| # VSCode / Editor configs | ||||
| .vscode/ | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Cipher Vance
						Cipher Vance