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
|
.prettierignore
|
||||||
.travis.yml
|
.travis.yml
|
||||||
node_modules
|
node_modules
|
||||||
|
**/*.pyc
|
||||||
|
**/__pycache__
|
||||||
|
|||||||
@@ -67,6 +67,7 @@
|
|||||||
- Use `examplectf.com` as testing/development domain instead of `ctfd.io`
|
- 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
|
- 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 more linting by also linting with `flake8-comprehensions` and `flake8-bugbear`
|
||||||
|
- Add `.pyc` files and `__pycache__` to `.dockerignore`
|
||||||
|
|
||||||
# 3.2.1 / 2020-12-09
|
# 3.2.1 / 2020-12-09
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user