implementing gitignore and correcting bad commits
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
# Ignore imported and generated image folders
|
||||
images/
|
||||
import/
|
||||
|
||||
# Optional: Ignore SQLite DB, Python cache, virtual env, etc.
|
||||
*.db
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
env/
|
||||
venv/
|
||||
@@ -129,7 +129,7 @@ body {
|
||||
padding: 0.5rem 1rem;
|
||||
border: 1px solid #aaa;
|
||||
border-radius: 4px;
|
||||
color: #333;
|
||||
color: #ffffff;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user