Project setup

This commit is contained in:
Ryan Schultz 2024-02-09 11:24:37 -06:00
commit a6ecbd2d99
183 changed files with 260 additions and 0 deletions

61
.gitignore vendored Normal file
View File

@ -0,0 +1,61 @@
*.*.rvt
*.*.rte
*.*.rfa
!*.ifc.rvt
*.ifc.log
*.bak
*.ifc.log.html
*.backup
# Windows image file caches
Thumbs.db
ehthumbs.db
# Folder config file
Desktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
# Windows Installer files
*.cab
*.msi
*.msm
*.msp
# =========================
# Operating System Files
# =========================
# OSX
# =========================
.DS_Store
.AppleDouble
.LSOverride
# Icon must ends with two \r.
Icon
# Thumbnails
._*
# Files that might appear on external disk
.Spotlight-V100
.Trashes
*.log
# FreeCAD and Blender backup files
*.FcStd1
*.FcStd2
*.fcstd1
*.fcstd2
*.blend1
*.blend2
#Excel temporary files
~$*.xlsx
#AutoCAD temporary files
*.dwl*

View File

@ -0,0 +1,2 @@
[InternetShortcut]
URL=https://github.com/yorikvanhavre/encryption-test#windows

2
OD Workflow.url Normal file
View File

@ -0,0 +1,2 @@
[InternetShortcut]
URL=https://gitlab.com/openingdesign/OD_Library/-/blob/master/BIM/Workflow/OD%20Workflows.md

122
OD_Markdown.css Normal file
View File

@ -0,0 +1,122 @@
@font-face {
font-family: CenturyGothic;
src: url(C:/WINDOWS/FONTS/UFONTS.COM_CNETURY-GOTHIC.TTF);
}
@media {
a {
color: #428bca;
text-decoration: none;
}
blockquote {
background-color: rgba(128, 128, 128, 0.05);
border-bottom-right-radius: 5px;
border-left-width: 5px;
border-top-right-radius: 5px;
padding: 10px 15px;
font-size: 16px;
}
body {
background-color: #fff;
color: rgb(100, 100, 100);
font-family: 'CenturyGothic', 'Lato', sans-serif;
font-size: 16px;
line-height: 1.5;
}
p,
li,
span {
font-size: 16px;
}
li p {
margin: 0px;
}
h1,
.h1 {
font-size: 30px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
color: #428bca;
font-family: inherit;
font-weight: 300;
margin: 15px;
margin-bottom: 10px margin-right: 10px;
margin-left: 0px;
margin-top: 20px;
}
h1:after,
h2:after {
border-bottom: none;
}
h2,
.h2 {
font-size: 26px;
margin-bottom: 30px;
margin-top: 30px;
}
h3,
.h3 {
font-size: 20px;
}
h4,
.h4 {
font-size: 16px;
}
h5,
.h5 {
font-size: 12px;
margin-top: 0px;
}
h6,
.h6 {
font-size: 10px;
}
hr {
border-bottom: none;
border-left: none;
border-right: none;
border-top: .5px dashed rgb(177, 177, 177);
margin-bottom: 25px;
margin-top: 25px;
}
ol {
list-style-type: upper-roman;
}
table th,
table td {
border-top: 1px solid #999;
border-right: 1px solid #999;
line-height: 20px;
padding: 8px;
vertical-align: top;
}
}

5
Open/.gitattributes vendored Normal file
View File

@ -0,0 +1,5 @@
*.rvt filter=lfs diff=lfs merge=lfs -text
*.mp4 filter=lfs diff=lfs merge=lfs -text
*.blend filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text

0
Open/Admin/.gitkeep Normal file
View File

Some files were not shown because too many files have changed in this diff Show More