gitignore: added more patterns.
local_settings.py, it's for enviroment variables, secret keys... The rest of patterns are just standard. Signed-off-by: rscnt <rascnt@gmail.com>
This commit is contained in:
		
					parent
					
						
							
								5238b257c4
							
						
					
				
			
			
				commit
				
					
						0e52fce18b
					
				
			
		
					 1 changed files with 11 additions and 0 deletions
				
			
		
							
								
								
									
										11
									
								
								.gitignore
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										11
									
								
								.gitignore
									
										
									
									
										vendored
									
									
								
							|  | @ -1 +1,12 @@ | ||||||
| db.sqlite3 | db.sqlite3 | ||||||
|  | *.pyc | ||||||
|  | build/ | ||||||
|  | dist/ | ||||||
|  | *.egg_info | ||||||
|  | #editors && utilites. | ||||||
|  | *.swp | ||||||
|  | *~ | ||||||
|  | __pycache__/ | ||||||
|  | .ropeproject/ | ||||||
|  | #django | ||||||
|  | local_settings.py | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue