python-gallery/.gitignore
Michał 5db8fa52e8 Yaml config files
Fixed some Sass issues
No image... image
Squished some bugs involving uploading broken files
2023-01-11 15:25:35 +00:00

24 lines
240 B
Plaintext

# Remove all development files
gallery/user/uploads/*
gallery/user/conf.yml
gallery/user/conf.json
gallery/static/theme/*
.idea
.vscode
venv/
.env
*.pyc
__pycache__/
instance/
.pytest_cache/
.coverage
htmlcov/
dist/
build/
*.egg-info/