23 lines
296 B
Plaintext
23 lines
296 B
Plaintext
# Jekyll-specific files
|
|
_site/
|
|
.jekyll-cache/
|
|
.sass-cache/
|
|
.bundle/
|
|
|
|
# NodeJS-specific files
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-*.log*
|
|
|
|
|
|
# Vendor directory for Bundler
|
|
./vendor/
|
|
|
|
# Configuration and environment files
|
|
.env
|
|
.DS_Store # macOS specific
|
|
Thumbs.db # Windows specific
|
|
|
|
# Log files
|
|
*.log
|