Changed text to centered HTML
This commit is contained in:
parent
95dd720fef
commit
52adfa26f7
3 changed files with 55 additions and 27 deletions
28
.gitignore~
Normal file
28
.gitignore~
Normal file
|
@ -0,0 +1,28 @@
|
|||
# IDE folder
|
||||
/.idea
|
||||
|
||||
# Microsoft office Lockfiles
|
||||
~$*
|
||||
*.tmp
|
||||
|
||||
# Test files
|
||||
test.*
|
||||
*.test.*
|
||||
/test
|
||||
|
||||
# Output of compiling
|
||||
/out
|
||||
/build
|
||||
/target
|
||||
|
||||
# Dealing with BlueJ
|
||||
*.bluej
|
||||
*.out
|
||||
*.ctxt
|
||||
|
||||
# Dealing with Mac users
|
||||
.DS_Store
|
||||
|
||||
# nix
|
||||
result
|
||||
/result
|
Loading…
Add table
Add a link
Reference in a new issue