added .gitignore
This commit is contained in:
parent
d3685b05bc
commit
70d0ea6839
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
.DS_Store
|
||||||
|
*/**/.DS_Store
|
||||||
|
node_modules
|
||||||
|
npm-debug.log
|
7
public/stylesheets/style.css
Normal file
7
public/stylesheets/style.css
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
body {
|
||||||
|
padding: 50px;
|
||||||
|
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #00b7ff;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user