Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeminlily authored Jul 5, 2019
1 parent d12e01a commit 0311979
Showing 1 changed file with 74 additions and 3 deletions.
77 changes: 74 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,77 @@
### Jekyll ###
_site
.sass-cache
.jekyll-metadata
Gemfile.lock

### Gulp ###
package.json
/node_modules/

### Atom ###
.ftpconfig
.sftpconfig

### Compiled Source ###
*.com
*.class
*.dll
*.exe
*.o
*.so

### Compressed Packages ###
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip

### Logs and Databases ###
*.log
*.sql
*.sqlite

### Linux ###
*~
.fuse_hidden*
.Trash-*
.nfs*

### MacOS ###
*.DS_Store
.AppleDouble
.LSOverride
Icon
._*
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

### Windows ###
Thumbs.db
ehthumbs.db
ehthumbs_vista.db
Desktop.ini
$RECYCLE.BIN/
*.cab
*.msi
*.msm
*.msp
*.lnk

*.gem
.bundle
.DS_Store
.sass-cache
_site
Gemfile.lock

0 comments on commit 0311979

Please sign in to comment.