chore: ignore marp theme.css & sort ignored files
This commit is contained in:
parent
8b42488b81
commit
b828693cb6
1 changed files with 10 additions and 9 deletions
19
.gitignore
vendored
19
.gitignore
vendored
|
@ -1,16 +1,17 @@
|
|||
**/*~
|
||||
/_*/
|
||||
.bundle
|
||||
.sass-cache
|
||||
vendor/bundle
|
||||
node_modules
|
||||
*.docx
|
||||
*.epub
|
||||
/_*/
|
||||
**/*~
|
||||
*.pdf
|
||||
*.zip
|
||||
\.vagrant
|
||||
tmp*
|
||||
/images/*.circo.svg
|
||||
/images/*.dot.svg
|
||||
/images/*.ora.png
|
||||
/images/*.uml.svg
|
||||
.marp/*.css
|
||||
node_modules
|
||||
*.pdf
|
||||
.sass-cache
|
||||
tmp*
|
||||
\.vagrant
|
||||
vendor/bundle
|
||||
*.zip
|
||||
|
|
Loading…
Reference in a new issue