Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
Dishly
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
2
Issues
2
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
O Bar da Lora
Dishly
Commits
42fe3a6f
Commit
42fe3a6f
authored
Apr 30, 2026
by
Natã Frederico Sangalletti
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Algumas alterações e configuração do .gitignore
parent
38ffb058
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
75 additions
and
2 deletions
+75
-2
.gitignore
.gitignore
+51
-0
cadastro.html
templates/cadastro.html
+12
-0
editar.html
templates/editar.html
+12
-0
index.html
templates/index.html
+0
-2
No files found.
.gitignore
View file @
42fe3a6f
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Virtual environments
venv/
env/
*.venv/
# Environment variables
.env
.env.*
# Flask instance folder
instance/
# Pytest cache
.pytest_cache/
# Distribution / packaging
build/
dist/
*.egg-info/
.eggs/
# IDE / editor directories
.vscode/
.idea/
# OS files
.DS_Store
Thumbs.db
# OneDrive temporary files
~$*
# Logs
*.log
# MyPy
.mypy_cache/
# Coverage
htmlcov/
.coverage
.coverage.*
# SQLite database files
*.db
*.sqlite3
templates/cadastro.html
View file @
42fe3a6f
<!DOCTYPE html>
<html
lang=
"pt-BR"
>
<head>
<meta
charset=
"UTF-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<title>
Document
</title>
</head>
<body>
</body>
</html>
\ No newline at end of file
templates/editar.html
View file @
42fe3a6f
<!DOCTYPE html>
<html
lang=
"pt-BR"
>
<head>
<meta
charset=
"UTF-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<title>
Document
</title>
</head>
<body>
</body>
</html>
\ No newline at end of file
templates/index.html
View file @
42fe3a6f
...
@@ -12,6 +12,5 @@
...
@@ -12,6 +12,5 @@
<p>
Macarrão Carbonara
</p>
<p>
Macarrão Carbonara
</p>
</div>
</div>
</body>
</body>
</html>
</html>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment