added .gitignore

This commit is contained in:
Marian Oancea 2014-12-03 05:14:14 +02:00
parent d3685b05bc
commit 70d0ea6839
2 changed files with 11 additions and 0 deletions

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
.DS_Store
*/**/.DS_Store
node_modules
npm-debug.log

View File

@ -0,0 +1,7 @@
body {
padding: 50px;
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}
a {
color: #00b7ff;
}