Commit 71c4fa44 authored by Ciella Francisco's avatar Ciella Francisco 😵

Updated .gitignore to ignore images uploaded in local repository as untracked changes

parent c645e472
...@@ -2,4 +2,5 @@ ...@@ -2,4 +2,5 @@
db.sqlite3 db.sqlite3
**/**/__pycache__/** **/**/__pycache__/**
**/**/**/__pycache__/** **/**/**/__pycache__/**
**/**/**/migrations/** **/**/**/migrations/**
\ No newline at end of file **/**/images
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment