Remove pesky DS_Store file

This commit is contained in:
Mark Perkins
2012-06-22 09:54:10 +01:00
parent 4c44d75beb
commit 3d2e903a77
3 changed files with 6 additions and 2 deletions

BIN
.DS_Store vendored

Binary file not shown.

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
.DS_Store

View File

@@ -19,5 +19,8 @@
// Grid --------------------------------
@total-columns: 16;
@column-width: 80px;
@gutter-width: 40px;
@column-width: 60px;
@gutter-width: 20px;