mirror of
https://github.com/aljazceru/CTFd.git
synced 2025-12-18 14:34:21 +01:00
Add files and to (#1850)
- Add `.pyc` files and `__pycache__` to `.dockerignore`
This commit is contained in:
@@ -13,3 +13,5 @@ CTFd/uploads/**/*
|
||||
.prettierignore
|
||||
.travis.yml
|
||||
node_modules
|
||||
**/*.pyc
|
||||
**/__pycache__
|
||||
|
||||
@@ -67,6 +67,7 @@
|
||||
- Use `examplectf.com` as testing/development domain instead of `ctfd.io`
|
||||
- Fixes issue where user's name and email would not appear in logs properly
|
||||
- Add more linting by also linting with `flake8-comprehensions` and `flake8-bugbear`
|
||||
- Add `.pyc` files and `__pycache__` to `.dockerignore`
|
||||
|
||||
# 3.2.1 / 2020-12-09
|
||||
|
||||
|
||||
Reference in New Issue
Block a user