git file changes

This commit is contained in:
jcolebrand 2023-05-30 22:45:17 -07:00
parent e1c0e889bd
commit ac2a7b7ef4
2 changed files with 32 additions and 0 deletions

12
.gitattributes vendored Normal file
View File

@ -0,0 +1,12 @@
###############################################################################
# Set default behavior to automatically normalize line endings.
###############################################################################
* text=auto
# PowerShell project files will always be CRLF and should be compared as text
*.ps1 text eol=crlf
*.psm1 text eol=crlf
*.psd1 text eol=crlf
*.psc1 text eol=crlf
*.ps1xml text eol=crlf
*.clixml text eol=crlf

20
.gitignore vendored
View File

@ -135,4 +135,24 @@ _UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
# VS Code
.vscode/
# Visual Studio cache files
# files ending in .cache can be ignored
*.[Cc]ache
# but keep track of directories ending in .cache
!*.[Cc]ache/
# Test Coverage
[Tt]est[Rr]esults*/
[Tt]est[Cc]overage*/
**/*.coverage.xml
**/coverage.xml
# PowerShell
**/*.psm1
# PESTER
*[Tt]ests.xml