Last active
February 8, 2025 03:55
-
-
Save bradonomics/cf5984b6799da7fdfafd to your computer and use it in GitHub Desktop.
.gitignore file for Jekyll projects
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### 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 |
Thanks!!!
Thanks!!!!!
Thanks a lot, sir.
@bradonomics - can this be pushed into https://github.com/github/gitignore/blob/master/Jekyll.gitignore?
thanks
Thanks ๐
Thank you!
Thank you ๐
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks!