mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-08-15 10:47:21 +00:00
12 lines
236 B
Plaintext
12 lines
236 B
Plaintext
# Copied from https://github.com/github/gitignore/blob/main/Jekyll.gitignore
|
|
# Ignore metadata generated by Jekyll
|
|
_site/
|
|
.sass-cache/
|
|
.jekyll-cache/
|
|
.jekyll-metadata
|
|
|
|
# Ignore folders generated by Bundler
|
|
.bundle/
|
|
vendor/
|
|
Gemfile.lock
|