[Development] Ignore the .env file
It is used by pipenv, and we definitely don’t want to accidentally commit this to the repo.
This commit is contained in:
		
							
								
								
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @@ -3,3 +3,4 @@ __pycache__/ | ||||
| /messages.pot | ||||
| /calsocial/translations/*/LC_MESSAGES/*.mo | ||||
| /.pytest_cache/ | ||||
| /.env | ||||
|   | ||||
		Reference in New Issue
	
	Block a user