mirror of
https://github.com/c0de-archive/django-gallery.git
synced 2025-08-07 15:38:47 +00:00
Initial Commit
This project will be to create an image gallery with support for private 'folders' as well as other ideas that I have
This commit is contained in:
11
.gitignore
vendored
Normal file
11
.gitignore
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
__pycache__
|
||||
.*~
|
||||
*.pyc
|
||||
*.pyo
|
||||
.*.swp
|
||||
venv
|
||||
*.sublime-project
|
||||
*.sublime-workspace
|
||||
*.orig
|
||||
.vscode/*
|
||||
*.sqlite3
|
Reference in New Issue
Block a user