Add files and to (#1850)

- Add `.pyc` files and `__pycache__` to `.dockerignore`
This commit is contained in:
Kevin Chung
2021-03-25 04:01:28 -04:00
committed by GitHub
parent c63c93b30a
commit ca2ab13f0d
2 changed files with 3 additions and 0 deletions

View File

@@ -13,3 +13,5 @@ CTFd/uploads/**/*
.prettierignore .prettierignore
.travis.yml .travis.yml
node_modules node_modules
**/*.pyc
**/__pycache__

View File

@@ -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