Skip to content

Commit 2120502

Browse files
committed
update gitignore to exclude venv and migrations
1 parent 2fae7fb commit 2120502

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,7 @@ vagrant/.vagrant
2929
*.tfstate.backup
3030
*.tfvars
3131
*.pem
32-
*.key
32+
*.key
33+
34+
.venv/
35+
migrations/

0 commit comments

Comments
 (0)