Skip to content

Commit c7561df

Browse files
committed
add .DS_Store to gitignore + rm old folder
1 parent f8c7287 commit c7561df

File tree

9 files changed

+12
-70
lines changed

9 files changed

+12
-70
lines changed

.DS_Store

-8 KB
Binary file not shown.

.gitignore

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1+
# Jekyll
12
_site/
23
.sass-cache/
34
.jekyll-metadata
4-
.idea/
5+
.idea/
6+
7+
# MacOS
8+
.DS_Store
9+
_sass/.DS_store
10+
img/.DS_Store
11+
12+
13+
# NPM files
14+
node_modules
15+
npm-debug.log

_sass/.DS_Store

-6 KB
Binary file not shown.

img/.DS_Store

-10 KB
Binary file not shown.

js/.DS_Store

-6 KB
Binary file not shown.

old/css/styles.css

Lines changed: 0 additions & 2 deletions
This file was deleted.

old/img/logo-small.png

-709 Bytes
Binary file not shown.

old/img/logo.png

-1.04 KB
Binary file not shown.

old/img/logo.svg

Lines changed: 0 additions & 67 deletions
This file was deleted.

0 commit comments

Comments
 (0)