Initial commit after merging mu-barn and cu-barn5

This commit is contained in:
Clarence Dick 2025-06-27 14:25:14 -06:00
commit ddfdb5b73a
782 changed files with 45 additions and 0 deletions

14
.gitattributes vendored Normal file
View File

@ -0,0 +1,14 @@
############################################################
# DO NOT EDIT THIS FILE - the content may be overwritten
# Version: 1.0.0.0
############################################################
# not try to merge files when they have conflicts, but rather use our side of the merge over others.
* merge=ours
# tread these files as binaries
*.meta -text -diff
*.object -text -diff

31
.gitignore vendored Normal file
View File

@ -0,0 +1,31 @@
############################################################
# DO NOT EDIT THIS FILE - the content may be overwritten
# Version: 1.0.0.0
############################################################
# Ignore everything
/*
# Do not ignore .gitignore files
!.gitignore
!*/.gitignore
# Do not ignore .gitattributes files
!.gitattributes
!*/.gitattributes
# Do not ignore .gitkeep files
!.gitkeep
!*/.gitkeep
# Do not ignore the directory /project
!project/
# Ignore *.ours and *.theirs files in
project/**/*.ours
project/**/*.theirs
# Ignore .apsession
.apsession

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