Skip to content

Commit

Permalink
Popup: Add dummy session begin with break stat and stop UI #30.A
Browse files Browse the repository at this point in the history
  • Loading branch information
CookingWithCale committed Feb 20, 2024
1 parent 4eda155 commit 80dd430
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions dc
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
diff.astextplain.textconv=astextplain
filter.lfs.clean=git-lfs clean -- %f
filter.lfs.smudge=git-lfs smudge -- %f
filter.lfs.process=git-lfs filter-process
filter.lfs.required=true
http.sslbackend=openssl
http.sslcainfo=C:/Program Files/Git/mingw64/ssl/certs/ca-bundle.crt
core.autocrlf=true
core.fscache=true
core.symlinks=false
pull.rebase=false
credential.helper=manager-core
credential.https://dev.azure.com.usehttppath=true
init.defaultbranch=master
user.name=Cale McCollough
user.email=cale.mccollough@gmail.com
filter.lfs.clean=git-lfs clean -- %f
filter.lfs.smudge=git-lfs smudge -- %f
filter.lfs.process=git-lfs filter-process
filter.lfs.required=true
core.repositoryformatversion=0
core.filemode=false
core.bare=false
core.logallrefupdates=true
core.symlinks=false
core.ignorecase=true
remote.origin.url=https://github.com/AStarStartup/AStartupMCC.git
remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*
branch.master.remote=origin
branch.master.merge=refs/heads/master

0 comments on commit 80dd430

Please sign in to comment.