removes css tracked files
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -220,3 +220,7 @@ $RECYCLE.BIN/
|
||||
|
||||
|
||||
# End of https://www.gitignore.io/api/node,macos,windows,webstorm,sublimetext,visualstudiocode
|
||||
|
||||
# Ignores compiled CSS
|
||||
src/**/*.css
|
||||
demo**/*.css
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
body {
|
||||
background: white;
|
||||
color: #505050; }
|
||||
11
dist/index.html
vendored
11
dist/index.html
vendored
@@ -1,11 +0,0 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<base href="/">
|
||||
<title>Payload</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
<script type="text/javascript" src="main.js"></script></body>
|
||||
</html>
|
||||
22
dist/main.js
vendored
22
dist/main.js
vendored
File diff suppressed because one or more lines are too long
1
dist/style.css
vendored
1
dist/style.css
vendored
@@ -1 +0,0 @@
|
||||
body{background:purple;color:#fff}
|
||||
@@ -1,2 +0,0 @@
|
||||
.sidebar {
|
||||
background: #505050; }
|
||||
@@ -1,5 +0,0 @@
|
||||
body {
|
||||
background: purple;
|
||||
color: white; }
|
||||
body h1 {
|
||||
color: black; }
|
||||
Reference in New Issue
Block a user