Initialize Project
This commit is contained in:
commit
3d2299ac44
|
@ -0,0 +1,8 @@
|
|||
**.png filter=lfs diff=lfs merge=lfs -text
|
||||
**.jpg filter=lfs diff=lfs merge=lfs -text
|
||||
**.jpeg filter=lfs diff=lfs merge=lfs -text
|
||||
**.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
**.woff filter=lfs diff=lfs merge=lfs -text
|
||||
**.ico filter=lfs diff=lfs merge=lfs -text
|
||||
**.woff2 filter=lfs diff=lfs merge=lfs -text
|
||||
**.pdf filter=lfs diff=lfs merge=lfs -text
|
|
@ -0,0 +1,70 @@
|
|||
# lektor
|
||||
packages/
|
||||
|
||||
# ---> Vim
|
||||
# swap
|
||||
[._]*.s[a-v][a-z]
|
||||
[._]*.sw[a-p]
|
||||
[._]s[a-v][a-z]
|
||||
[._]sw[a-p]
|
||||
# session
|
||||
Session.vim
|
||||
# temporary
|
||||
.netrwhist
|
||||
*~
|
||||
# auto-generated tag files
|
||||
tags
|
||||
|
||||
# lektor
|
||||
.cache/
|
||||
.content/
|
||||
.models/
|
||||
.flowblocks/
|
||||
temp/
|
||||
packages/
|
||||
|
||||
# ---> Windows
|
||||
# Windows thumbnail cache files
|
||||
Thumbs.db
|
||||
ehthumbs.db
|
||||
ehthumbs_vista.db
|
||||
|
||||
# Folder config file
|
||||
Desktop.ini
|
||||
|
||||
# Recycle Bin used on file shares
|
||||
$RECYCLE.BIN/
|
||||
|
||||
# Windows Installer files
|
||||
*.cab
|
||||
*.msi
|
||||
*.msm
|
||||
*.msp
|
||||
|
||||
# Windows shortcuts
|
||||
*.lnk
|
||||
|
||||
# DS-Store
|
||||
**.DS_Store
|
||||
*.DS_Store
|
||||
|
||||
# C3WOC Website files
|
||||
assets/css/main.css
|
||||
assets/css/main.min.css
|
||||
assets/css/ie9.css
|
||||
assets/css/ie9.min.css
|
||||
.sass-cache/
|
||||
assets/css/main.css.map
|
||||
assets/css/ie9.css.map
|
||||
assets/css/main.min.css.map
|
||||
assets/css/ie9.min.css.map
|
||||
assets/css/start.min.css
|
||||
assets/css/*.min.css
|
||||
tmp/
|
||||
libsass/
|
||||
sass-spec/
|
||||
sassc/
|
||||
# validator
|
||||
./rezept.json
|
||||
./rezept.yaml
|
||||
./schema.json
|
|
@ -0,0 +1,21 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) 2022 L3D <l3d@c3woc.de>
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
Loading…
Reference in New Issue