Skip to content

Instantly share code, notes, and snippets.

@bradonomics
Last active May 6, 2022 20:25
Show Gist options
  • Star 17 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save bradonomics/cf5984b6799da7fdfafd to your computer and use it in GitHub Desktop.
Save bradonomics/cf5984b6799da7fdfafd to your computer and use it in GitHub Desktop.
.gitignore file for Jekyll projects
### Jekyll ###
_site
.jekyll-metadata
*-cache/
### NPM ###
/node_modules/
### Atom ###
.ftpconfig
.sftpconfig
### WordPress ###
wp-config.php
wp-config-local.php
wp-content/advanced-cache.php
wp-content/backup-db/
wp-content/backups/
wp-content/blogs.dir/
wp-content/cache/
wp-content/upgrade/
wp-content/uploads/
wp-content/wp-cache-config.php
wp-content/plugins/hello.php
### Apache ###
.htaccess
### 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
@davisjam
Copy link

Thanks!

@wjy5446
Copy link

wjy5446 commented Jun 20, 2018

Thanks!!!

@seong-min-s
Copy link

Thanks!!!!!

@2kindsofcs
Copy link

Thanks a lot, sir.

@parthopdas
Copy link

@mywnajsldkf
Copy link

thanks

@waliahimanshu
Copy link

Thanks 👍

@aldriguz
Copy link

Thank you!

@dev-eunji
Copy link

Thank you 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment