Update .gitignore
This commit is contained in:
		
							parent
							
								
									3b7b236d33
								
							
						
					
					
						commit
						ef9d3e9f69
					
				
					 1 changed files with 14 additions and 8 deletions
				
			
		
							
								
								
									
										22
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										22
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							|  | @ -1,13 +1,19 @@ | ||||||
| bin/ | # virtual env | ||||||
| include/ | /bin/ | ||||||
| lib/ | /include/ | ||||||
| local/ | /lib/ | ||||||
| share/ | /local/ | ||||||
| virtualenv/ | /share/ | ||||||
| pip-selfcheck.json | /virtualenv/ | ||||||
| db-local.sqlite3* | /pip-selfcheck.json | ||||||
| 
 | 
 | ||||||
|  | 
 | ||||||
|  | # transient files | ||||||
|  | /db-local.sqlite3* | ||||||
| /static | /static | ||||||
| /media | /media | ||||||
|  | /mamweb/static | ||||||
|  | 
 | ||||||
|  | # aux files | ||||||
| *.pyc | *.pyc | ||||||
| *.swp | *.swp | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue
	
	 Tomas Gavenciak
						Tomas Gavenciak