flowchart LR
Mermaid --> enthusiast
Big fan of documentation.
-
Visionary Homes
- United States of America
-
03:20
(UTC -07:00) - NikhilMath.com
- in/nikhil-math
Pinned Loading
-
-
LocalLogan.com
LocalLogan.com PublicA website that shows off whats fun in our local town of Logan, UT.
HTML
-
How to Banish .DS_store in Your Repo...
How to Banish .DS_store in Your Repo on macOS 1# How to Banish .DS_store in Your Repo on macOS
2## Step 1 - (Skip to [Step 2](https://github.com/NikhilMath/NikhilMath.com/wiki/How-to-Banish-.DS_store-in-your-repo-on-macOS#step-2) if you don't have .DS_store currently in your repo)
3Paste this into your terminal while you're in your directory to remove existing .DS_Store files from the repository:
4```
5find . -name .DS_Store -print0 | xargs -0 git rm -f --ignore-unmatch
-
Bootstrap 5 Media Query to add to th...
Bootstrap 5 Media Query to add to the bottom of CSS 1# Bootstrap 5 Media Queries
23```css
4/* ------------------------- Bootstrap Media Queries ------------------------ */
5/* X-Small devices (portrait phones, less than 576px) */
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.