luanpoppe
commited on
Commit
·
92b9cc2
1
Parent(s):
4c12eae
fix: tentando novo fix
Browse files- .dockerignore +0 -25
- .gitignore +2 -2
- db.sqlite3 +0 -0
.dockerignore
CHANGED
@@ -7,28 +7,3 @@
|
|
7 |
**/.DS_Store
|
8 |
**/__pycache__
|
9 |
**/.venv
|
10 |
-
**/.classpath
|
11 |
-
**/.dockerignore
|
12 |
-
**/.env
|
13 |
-
**/.git
|
14 |
-
**/.gitignore
|
15 |
-
**/.project
|
16 |
-
**/.settings
|
17 |
-
**/.toolstarget
|
18 |
-
**/.vs
|
19 |
-
**/.vscode
|
20 |
-
**/*.*proj.user
|
21 |
-
# **/*.dbmdl
|
22 |
-
**/*.jfm
|
23 |
-
**/bin
|
24 |
-
**/charts
|
25 |
-
**/docker-compose*
|
26 |
-
**/compose.y*ml
|
27 |
-
**/Dockerfile*
|
28 |
-
**/node_modules
|
29 |
-
**/npm-debug.log
|
30 |
-
**/obj
|
31 |
-
**/secrets.dev.yaml
|
32 |
-
**/values.dev.yaml
|
33 |
-
LICENSE
|
34 |
-
README.md
|
|
|
7 |
**/.DS_Store
|
8 |
**/__pycache__
|
9 |
**/.venv
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.gitignore
CHANGED
@@ -7,8 +7,8 @@
|
|
7 |
*.pyc
|
8 |
__pycache__/
|
9 |
local_settings.py
|
10 |
-
db.sqlite3
|
11 |
-
db.sqlite3-journal
|
12 |
media
|
13 |
|
14 |
# If your build process includes running collectstatic, then you probably don't need or want to include staticfiles/
|
|
|
7 |
*.pyc
|
8 |
__pycache__/
|
9 |
local_settings.py
|
10 |
+
# db.sqlite3
|
11 |
+
# db.sqlite3-journal
|
12 |
media
|
13 |
|
14 |
# If your build process includes running collectstatic, then you probably don't need or want to include staticfiles/
|
db.sqlite3
ADDED
Binary file (135 kB). View file
|
|