forked from Skynet/wiki
feat: some cleaning up
Images should never be committed so coping them to a different folder to reimport them properly
This commit is contained in:
parent
5d1dd98bf6
commit
50908e2496
10 changed files with 207 additions and 118 deletions
57
.gitattributes
vendored
Normal file
57
.gitattributes
vendored
Normal file
|
@ -0,0 +1,57 @@
|
||||||
|
# set line endings
|
||||||
|
eol=lf
|
||||||
|
|
||||||
|
# Documents
|
||||||
|
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.doc filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.docx filter=lfs diff=lfs merge=lfs -text
|
||||||
|
|
||||||
|
|
||||||
|
# Excel
|
||||||
|
*.xls filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.xlsx filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.xlsm filter=lfs diff=lfs merge=lfs -text
|
||||||
|
|
||||||
|
|
||||||
|
# Powerpoints
|
||||||
|
*.ppt filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pptx filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.ppsx filter=lfs diff=lfs merge=lfs -text
|
||||||
|
|
||||||
|
|
||||||
|
# Images
|
||||||
|
*.png filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.jpg filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gif filter=lfs diff=lfs merge=lfs -text
|
||||||
|
|
||||||
|
# Fonts
|
||||||
|
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.eot filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.woff filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.woff2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
|
||||||
|
# Video
|
||||||
|
*.mkv filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.wmv filter=lfs diff=lfs merge=lfs -text
|
||||||
|
|
||||||
|
|
||||||
|
# Misc
|
||||||
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
|
|
||||||
|
|
||||||
|
# ET4011
|
||||||
|
*.cbe filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pbs filter=lfs diff=lfs merge=lfs -text
|
||||||
|
|
||||||
|
|
||||||
|
# Open/Libre office
|
||||||
|
# from https://www.libreoffice.org/discover/what-is-opendocument/
|
||||||
|
*.odt filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.ods filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.odp filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.odg filter=lfs diff=lfs merge=lfs -text
|
||||||
|
|
||||||
|
|
||||||
|
# QT
|
||||||
|
*.ui filter=lfs diff=lfs merge=lfs -text
|
32
.gitignore
vendored
Normal file
32
.gitignore
vendored
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
# IDE folder
|
||||||
|
/.idea
|
||||||
|
|
||||||
|
# Microsoft office Lockfiles
|
||||||
|
~$*
|
||||||
|
*.tmp
|
||||||
|
|
||||||
|
# Test files
|
||||||
|
test.*
|
||||||
|
*.test.*
|
||||||
|
/test
|
||||||
|
|
||||||
|
# Output of compiling
|
||||||
|
/out
|
||||||
|
/build
|
||||||
|
/target
|
||||||
|
/cmake-build-debug
|
||||||
|
# for QT, both as single directory and as subfolders
|
||||||
|
/build-*-*
|
||||||
|
/*/build-*-*
|
||||||
|
|
||||||
|
# Dealing with BlueJ
|
||||||
|
*.bluej
|
||||||
|
*.out
|
||||||
|
*.ctxt
|
||||||
|
|
||||||
|
# Dealing with Mac users
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
|
# Nix
|
||||||
|
result
|
||||||
|
/result
|
BIN
img/renew1.jpg
BIN
img/renew1.jpg
Binary file not shown.
Before Width: | Height: | Size: 44 KiB |
BIN
img/renew2.png
BIN
img/renew2.png
Binary file not shown.
Before Width: | Height: | Size: 21 KiB |
BIN
img/renew3.png
BIN
img/renew3.png
Binary file not shown.
Before Width: | Height: | Size: 19 KiB |
BIN
img/renew4.png
BIN
img/renew4.png
Binary file not shown.
Before Width: | Height: | Size: 11 KiB |
BIN
img/renew5.jpg
BIN
img/renew5.jpg
Binary file not shown.
Before Width: | Height: | Size: 23 KiB |
BIN
img/renew6.jpg
BIN
img/renew6.jpg
Binary file not shown.
Before Width: | Height: | Size: 45 KiB |
Loading…
Reference in a new issue