Remove trailing whitespace

This commit is contained in:
Haden Wasserbaech
2025-08-25 22:42:05 -07:00
parent d1c5e90de7
commit 949aaa81d9
14 changed files with 110 additions and 110 deletions

View File

@@ -11,7 +11,7 @@ _site/
/vendor /vendor
# Specific ignore for GitHub Pages # Specific ignore for GitHub Pages
# GitHub Pages will always use its own deployed version of pages-gem # GitHub Pages will always use its own deployed version of pages-gem
# This means GitHub Pages will NOT use your Gemfile.lock and therefore it is # This means GitHub Pages will NOT use your Gemfile.lock and therefore it is
# counterproductive to check this file into the repository. # counterproductive to check this file into the repository.
# Details at https://github.com/github/pages-gem/issues/768 # Details at https://github.com/github/pages-gem/issues/768

View File

@@ -1,47 +1,47 @@
# Compiled binaries # Compiled binaries
*.o *.o
*.bin *.bin
*.elf *.elf
*.hex *.hex
*.map *.map
*.out *.out
*.obj *.obj
# Trash # Trash
*.bak *.bak
thumbs.db thumbs.db
*.~* *.~*
# IAR Settings # IAR Settings
**/settings/*.crun **/settings/*.crun
**/settings/*.dbgdt **/settings/*.dbgdt
**/settings/*.cspy **/settings/*.cspy
**/settings/*.cspy.* **/settings/*.cspy.*
**/settings/*.xcl **/settings/*.xcl
**/settings/*.dni **/settings/*.dni
**/settings/*.wsdt **/settings/*.wsdt
**/settings/*.wspos **/settings/*.wspos
# IAR Debug Exe # IAR Debug Exe
**/Exe/*.sim **/Exe/*.sim
# IAR Debug Obj # IAR Debug Obj
**/Obj/*.pbd **/Obj/*.pbd
**/Obj/*.pbd.* **/Obj/*.pbd.*
**/Obj/*.pbi **/Obj/*.pbi
**/Obj/*.pbi.* **/Obj/*.pbi.*
# IAR project "Debug" directory # IAR project "Debug" directory
Debug/ Debug/
# IAR project "Release" directory # IAR project "Release" directory
Release/ Release/
# IAR project settings directory # IAR project settings directory
settings/ settings/
# IAR backup files # IAR backup files
Backup* Backup*
# IAR .dep files # IAR .dep files
*.dep *.dep

View File

@@ -5,9 +5,9 @@ packer_cache/
crash.log crash.log
# https://www.packer.io/guides/hcl/variables # https://www.packer.io/guides/hcl/variables
# Exclude all .pkrvars.hcl files, which are likely to contain sensitive data, # Exclude all .pkrvars.hcl files, which are likely to contain sensitive data,
# such as password, private keys, and other secrets. These should not be part of # such as password, private keys, and other secrets. These should not be part of
# version control as they are data points which are potentially sensitive and # version control as they are data points which are potentially sensitive and
# subject to change depending on the environment. # subject to change depending on the environment.
# #
*.pkrvars.hcl *.pkrvars.hcl

View File

@@ -38,4 +38,4 @@ inc/
/local/ /local/
/.carmel/ /.carmel/
# cpanfile.snapshot should generally be ignored for library code, otherwise included # cpanfile.snapshot should generally be ignored for library code, otherwise included
# cpanfile.snapshot # cpanfile.snapshot

View File

@@ -131,7 +131,7 @@ __pypackages__/
celerybeat-schedule celerybeat-schedule
celerybeat.pid celerybeat.pid
# Redis # Redis
*.rdb *.rdb
*.aof *.aof
*.pid *.pid
@@ -195,9 +195,9 @@ cython_debug/
.abstra/ .abstra/
# Visual Studio Code # Visual Studio Code
# Visual Studio Code specific template is maintained in a separate VisualStudioCode.gitignore # Visual Studio Code specific template is maintained in a separate VisualStudioCode.gitignore
# that can be found at https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore # that can be found at https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore
# and can be added to the global gitignore or merged into this file. However, if you prefer, # and can be added to the global gitignore or merged into this file. However, if you prefer,
# you could uncomment the following to ignore the entire vscode folder # you could uncomment the following to ignore the entire vscode folder
# .vscode/ # .vscode/

View File

@@ -1,31 +1,31 @@
## Ignore Visual Studio SSDT sqlproj specific temporary files, build results, etc ## Ignore Visual Studio SSDT sqlproj specific temporary files, build results, etc
## ##
## ##
## Get latest from https://github.com/github/gitignore/blob/master/SSDT-sqlproj.gitignore ## Get latest from https://github.com/github/gitignore/blob/master/SSDT-sqlproj.gitignore
# Build output # Build output
bin/ bin/
obj/ obj/
# DACPAC files # DACPAC files
*.dacpac *.dacpac
# Publish profiles (optional, if environment-specific) # Publish profiles (optional, if environment-specific)
*.publish.xml *.publish.xml
# SQL Server debug files # SQL Server debug files
*.dbmdl *.dbmdl
*.sqlcmdvars *.sqlcmdvars
# Visual Studio settings # Visual Studio settings
.vs/ .vs/
# User-specific files # User-specific files
*.user *.user
*.suo *.suo
*.userosscache *.userosscache
*.sln.docstates *.sln.docstates
# Backup files # Backup files
*.bak *.bak
*.log *.log

View File

@@ -10,8 +10,8 @@ crash.log
crash.*.log crash.*.log
# Exclude all .tfvars files, which are likely to contain sensitive data, such as # Exclude all .tfvars files, which are likely to contain sensitive data, such as
# password, private keys, and other secrets. These should not be part of version # password, private keys, and other secrets. These should not be part of version
# control as they are data points which are potentially sensitive and subject # control as they are data points which are potentially sensitive and subject
# to change depending on the environment. # to change depending on the environment.
*.tfvars *.tfvars
*.tfvars.json *.tfvars.json

View File

@@ -46,9 +46,9 @@ LineIDs.dbg.bak
**/_Repository/ **/_Repository/
# To include a specific library directory (i.e. third party/custom libs), # To include a specific library directory (i.e. third party/custom libs),
# use pattern `!/**/_Libraries/<directory name>/` i.e. `!/**/_Libraries/www.tcunit.org/` # use pattern `!/**/_Libraries/<directory name>/` i.e. `!/**/_Libraries/www.tcunit.org/`
# #
# VS Shell project specific files and folders # VS Shell project specific files and folders
**/.vs/ **/.vs/

View File

@@ -21,7 +21,7 @@
## The [Mm]edia/ folder contains content. Content may vary by environment and should therefore not be added to source control. ## The [Mm]edia/ folder contains content. Content may vary by environment and should therefore not be added to source control.
## Uncomment this line if you think it fits the way you work on your project. ## Uncomment this line if you think it fits the way you work on your project.
## **/[Mm]edia/ ## **/[Mm]edia/
# Don't ignore Umbraco packages (VisualStudio.gitignore mistakes this for a NuGet packages folder) # Don't ignore Umbraco packages (VisualStudio.gitignore mistakes this for a NuGet packages folder)
# Make sure to include details from VisualStudio.gitignore BEFORE this # Make sure to include details from VisualStudio.gitignore BEFORE this

View File

@@ -1,9 +1,9 @@
# gitignore template for Nasa SpecsIntact (SI) # gitignore template for Nasa SpecsIntact (SI)
# Website: https://specsintact.ksc.nasa.gov/ # Website: https://specsintact.ksc.nasa.gov/
# #
# Recommended: # Recommended:
# MicrosoftOffice.gitignore # MicrosoftOffice.gitignore
# #
# SpecsIntact (SI) Locking file; this would lock everyone out. # SpecsIntact (SI) Locking file; this would lock everyone out.
*.se$ *.se$
@@ -20,14 +20,14 @@ SUBMVER.*
TTLDIFFS.* TTLDIFFS.*
# SpecsIntact files that change a lot and don't actually affect SI # SpecsIntact files that change a lot and don't actually affect SI
# PULL.TBL is an auto-generated file to help speed SI loading. # PULL.TBL is an auto-generated file to help speed SI loading.
PULL.TBL PULL.TBL
pulltbl.bck pulltbl.bck
# Tailoring information. # Tailoring information.
# Keep tailor.tag; it is a list of tailoring options in SI. # Keep tailor.tag; it is a list of tailoring options in SI.
# JOB.OTL informs SI where a spec section came from. # JOB.OTL informs SI where a spec section came from.
# Keeping the old one isn't useful in git. # Keeping the old one isn't useful in git.
JOB.OTL.OLD JOB.OTL.OLD
@@ -35,6 +35,6 @@ JOB.OTL.OLD
# notebooks, and if so, OneNote will litter the SI folder with these. # notebooks, and if so, OneNote will litter the SI folder with these.
*.onetoc* *.onetoc*
# Log files, typically tagfix or other auto generated logs that aren't useful # Log files, typically tagfix or other auto generated logs that aren't useful
# outside of the user that made them and clutter up the index. # outside of the user that made them and clutter up the index.
*.log *.log

View File

@@ -10,8 +10,8 @@ crash.log
crash.*.log crash.*.log
# Exclude all .tfvars files, which are likely to contain sensitive data, such as # Exclude all .tfvars files, which are likely to contain sensitive data, such as
# password, private keys, and other secrets. These should not be part of version # password, private keys, and other secrets. These should not be part of version
# control as they are data points which are potentially sensitive and subject # control as they are data points which are potentially sensitive and subject
# to change depending on the environment. # to change depending on the environment.
*.tfvars *.tfvars
*.tfvars.json *.tfvars.json

View File

@@ -1,11 +1,11 @@
# gitignore template for RPA development using UiPath Studio # gitignore template for RPA development using UiPath Studio
# website: https://www.uipath.com/product/studio # website: https://www.uipath.com/product/studio
# #
# Recommended: n/a # Recommended: n/a
# Ignore folders that could cause issues if accidentally tracked # Ignore folders that could cause issues if accidentally tracked
**/.local/** **/.local/**
**/.settings/** **/.settings/**
**/.objects/** **/.objects/**
**/.tmh/** **/.tmh/**
**/*.log **/*.log

View File

@@ -25,7 +25,7 @@ icon.png
lib/ lib/
deps/ deps/
obj/ obj/
# Ignore operating system-specific files # Ignore operating system-specific files
$RECYCLE.BIN/ $RECYCLE.BIN/
.Trash-1000/ .Trash-1000/

View File

@@ -3,7 +3,7 @@
# * all directories are related to the default directories, please adapt the .gitignore if you use customized directories # * all directories are related to the default directories, please adapt the .gitignore if you use customized directories
# Dynamic workspace settings # Dynamic workspace settings
# * We don't recommend to ignore the .workspace directory, because of important # * We don't recommend to ignore the .workspace directory, because of important
# * project specific settings # * project specific settings
# * local user settings # * local user settings
.workspace/ETdrive.xml .workspace/ETdrive.xml