Skip to content

Commit

Permalink
Added .github to ignored folders
Browse files Browse the repository at this point in the history
  • Loading branch information
TilBlechschmidt committed Jan 22, 2020
1 parent 209aff6 commit 67c1b7c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"**/.vscode": true,
"**/.gitignore": true,
"**/.travis.yml": true,
"**/.markdownlint.json": true
"**/.markdownlint.json": true,
"**/.github": true
}
}
10 changes: 5 additions & 5 deletions src/01_introduction.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
header-title: Transferleistung 1
title: Optimierung der Build-Dauer eines Web Application Bundler durch Anpassung der Konfiguration und dessen Auswirkung auf den Entwicklungsprozess

author: Max Mustermann
Zenturie: A22f
Studiengang: Angewandte Informatik
Expand Down Expand Up @@ -30,11 +30,11 @@ Voces ales credita. Cum misit terram est votaque quis dederat sumit, profecturas
criminis totque sex querenti. Iudice est illis *et* vires et Insula, mactandus,
credulitate iudicium ita.

| Tables | Are | Cool |
| ------------- |:-------------:| -----:|
| Tables | Are | Cool |
|---------------|:-------------:|------:|
| col 3 is | right-aligned | $1600 |
| col 2 is | centered | $12 |
| zebra stripes | are neat | $1 |
| col 2 is | centered | $12 |
| zebra stripes | are neat | $1 |

Saxa resoluta quid nupta, tremulis ore infelix
[ipse](http://urbes-caede.org/siccaveratadversum) deque caelitibus confessa
Expand Down
2 changes: 1 addition & 1 deletion src/02_conclusion.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ Außerdem beachte man [Abschnitt @sec:section1].

Dies ist eine schöne Gleichung: $e^{\pi i} - 1 = 0$.

\pagebreak
\pagebreak

0 comments on commit 67c1b7c

Please sign in to comment.