Algumas alterações e configuração do .gitignore

parent 38ffb058
# 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
<!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
<!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
......@@ -12,6 +12,5 @@
<p>Macarrão Carbonara</p>
</div>
</body>
</html>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment