mirror of
https://github.com/Anon-Planet/thgtoa.git
synced 2024-10-01 01:25:56 -04:00
22 lines
253 B
Plaintext
22 lines
253 B
Plaintext
# Author.: Anonymous Planet
|
|
# License.: CC BY-NC 4.0
|
|
|
|
# Minimize global Ruby .gitignore
|
|
_site/
|
|
.sass-cache/
|
|
.jekyll-cache/
|
|
.jekyll-metadata
|
|
.bundle/
|
|
.cache/
|
|
vendor/
|
|
Gemfile*
|
|
|
|
# Artifact from PDF tests
|
|
*.log
|
|
|
|
# Linters
|
|
megalinter-reports/
|
|
|
|
# CZ
|
|
.cz.toml
|