From 623fae4be59553fa390e46a9a715ee7c7705a072 Mon Sep 17 00:00:00 2001 From: PlasticHub Date: Sun, 1 Jan 2023 18:00:45 +0100 Subject: [PATCH] git meta --- .gitattributes | 12 ++++++++ .gitignore | 76 ++++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 85 insertions(+), 3 deletions(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..669e5d55f --- /dev/null +++ b/.gitattributes @@ -0,0 +1,12 @@ +*.pdf filter=lfs diff=lfs merge=lfs -text +*.igs filter=lfs diff=lfs merge=lfs -text +*.iges filter=lfs diff=lfs merge=lfs -text +*.step filter=lfs diff=lfs merge=lfs -text +SLDASM filter=lfs diff=lfs merge=lfs -text +STEP filter=lfs diff=lfs merge=lfs -text +jpg filter=lfs diff=lfs merge=lfs -text +*.SLDASM filter=lfs diff=lfs merge=lfs -text +*.jpg filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.SLDPRT filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore index cab85ca27..9e507c38e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,74 @@ -/node_modules -/coverage +# Logs +documents/isos +logs +archives *.log -.DS_Store +npm-debug.log* +yarn-debug.log* +yarn-error.log* +academy +~$*.SLDDRW +~$*.SLDPRT +~$*.SLDASM +# Runtime data +pids +*.pid +*.seed +*.pid.lock +_site +.jekyll-cache +.jekyll-metadata +*.tar +*.avi +*.mp4 + +_algolia_api_key + +# Directory for instrumented libs generated by jscoverage/JSCover +lib-cov + +# Coverage directory used by tools like istanbul +coverage + +# nyc test coverage +.nyc_output + +# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) +.grunt + +# Bower dependency directory (https://bower.io/) +bower_components + +# node-waf configuration +.lock-wscript + +# Compiled binary addons (https://nodejs.org/api/addons.html) +build/Release + +# Dependency directories +node_modules/ +jspm_packages/ + +# TypeScript v1 declaration files +typings/ + +# Optional npm cache directory +.npm + +# Optional eslint cache +.eslintcache + +# Optional REPL history +.node_repl_history + +# Output of 'npm pack' +*.tgz + +# Yarn Integrity file +.yarn-integrity + +# dotenv environment variables file +.env + +# next.js build output +.next