chore: update .gitignore to exclude temp and system files

This commit is contained in:
officiallyutso
2025-06-27 07:30:50 +05:30
parent 6d3ee50584
commit 11af75583d
4 changed files with 196 additions and 145 deletions

View File

@ -46,6 +46,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="alternate" type="application/rss+xml" href="/atom.xml" />
<link rel="stylesheet" href="{{ '/css/base.css' | relative_url }}">
<link rel="stylesheet" href="/css/base.css" type="text/css" media="screen, projection" />
<link rel="stylesheet" href="/css/table.css" type="text/css" media="screen, projection" />
<link rel="stylesheet" href="/css/posts.css" type="text/css" media="screen, projection" />