Skip to content

Commit

Permalink
๐Ÿ™ˆ .gitignore ์—…๋ฐ์ดํŠธ
Browse files Browse the repository at this point in the history
- .DS_Store ์ œ์™ธ
- public/assets/images ๋””๋ ‰ํ† ๋ฆฌ no-icon.png ์™ธ ์ด๋ฏธ์ง€ ํŒŒ์ผ ์ œ์™ธ
  • Loading branch information
padosum committed May 24, 2022
1 parent 80d7fff commit 5ede3b8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Expand Up @@ -102,3 +102,10 @@ dist

# TernJS port file
.tern-port

# .DS_Store
**/.DS_Store

# asset folder
public/assets/images/*
!public/assets/images/no-icon.png

0 comments on commit 5ede3b8

Please sign in to comment.