Skip to content

Commit

Permalink
adoc && ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasfroeller committed Apr 26, 2023
1 parent 4cdf4d0 commit 161ea1e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 13 deletions.
4 changes: 2 additions & 2 deletions public/snippets/asciidoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "creates adoc head\r",
"body": [
":imagesdir: ./imgs\r",
":includedir: ../snippets\r",
":includedir: ./snippets\r",
":source-highlighter: highlight.js\r",
":doctype: book\r",
":toc: left\r",
Expand All @@ -13,7 +13,7 @@
":hide-uri-scheme:\r",
"\r",
"= ${1:project}\r",
"Jonas Froeller\r",
"Firstname Lastname\r",
"1.0.0, {docdate}: ${2:project}"
]
}
Expand Down
25 changes: 14 additions & 11 deletions public/snippets/ignore.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"description": "default gitignore file\r",
"body": [
"\r",
"### Windows ###\r",
"## Windows ###\r",
"# src: https://www.toptal.com/developers/gitignore/api/windows\r",
"\r",
"# Windows thumbnail cache files\r",
"**/Thumbs.db\r",
"**/Thumbs.db:encryptable\r",
"**/ehthumbs.db\r",
"**/ehthumbs_vista.db\r",
"**/*Thumbs.db\r",
"**/*Thumbs.db:encryptable\r",
"**/*ehthumbs.db\r",
"**/*ehthumbs_vista.db\r",
"\r",
"# Dump file\r",
"**/*.stackdump\r",
Expand Down Expand Up @@ -51,15 +51,18 @@
"### Dev ###\r",
"**/*.idea\r",
"**/*.vscode\r",
"**/*.node_modules\r",
"**/*.code-workspace\r",
"**/*node_modules\r",
"**/*vendor\r",
"\r",
"# Env\r",
"**/*.env*\r",
"**/*.pem\r",
"\r",
"# Framework Builds\r",
"**/dist\r",
"**/build\r",
"**/public\r",
"**/public-default\r",
"**/public-prefix\r",
"**/*dist\r",
"**/*build\r",
"**/*public\r",
""
]
}
Expand Down

1 comment on commit 161ea1e

@vercel
Copy link

@vercel vercel bot commented on 161ea1e Apr 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.