We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bb3d16 commit 1a55345Copy full SHA for 1a55345
1 file changed
.dockerignore
@@ -1,3 +1,4 @@
1
+**/.*
2
**/.git
3
**/.gitignore
4
**/.github
@@ -9,6 +10,7 @@
9
10
**/.DS_Store
11
**/.aof
12
**/venv
13
+**/.venv
14
**/env
15
**/bin
16
# **/docs we want to keep dje/templates/rest_framework/docs/
@@ -22,6 +24,7 @@ docs/
22
24
**/*.egg-info
23
25
**/*.log
26
**/__pycache__
27
+**/.*cache
28
*.pyc
29
.dockerignore
30
.readthedocs.yaml
@@ -30,6 +33,8 @@ docker.env
33
Makefile
31
34
Dockerfile
32
35
README.rst
36
+CHANGELOG.rst
37
+CONTRIBUTING.rst
38
+MANIFEST.in
39
docker-compose.yml
-fabfile.py
40
pyvenv.cfg
0 commit comments