Skip to content

Instantly share code, notes, and snippets.

View weblegko's full-sized avatar
🏠
Working from home

Dmitry Bednyuk weblegko

🏠
Working from home
View GitHub Profile
@weblegko
weblegko / .gitignore
Created June 9, 2020 09:33 — forked from salcode/.gitignore
.gitignore file for a general web project - Bare Minimum Git
# -----------------------------------------------------------------
# .gitignore
# Bare Minimum Git
# http://ironco.de/bare-minimum-git/
# ver 20181206
#
# From the root of your project run
# curl -O https://gist.github.com/salcode/10017553/raw/.gitignore
# to download this file
#
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>test</title>
<link rel="stylesheet" href="stylesheets/screen.css">
</head>
<body>
<div class="container c1"></div>
<div class="container c2"></div>