gitinore added
This commit is contained in:
parent
46f2a04d49
commit
5f4d13b69a
|
|
@ -0,0 +1,103 @@
|
||||||
|
# .gitignore file created for free with Tower (https://www.git-tower.com/)
|
||||||
|
# For suggestions or improvements please contact us using support@git-tower.com
|
||||||
|
# Generated on 2025-10-12
|
||||||
|
# Includes: visual_studio, csharp
|
||||||
|
|
||||||
|
### Universal ###
|
||||||
|
# Common files that should be ignored in all projects
|
||||||
|
|
||||||
|
# Logs
|
||||||
|
*.log
|
||||||
|
# Temporary files
|
||||||
|
*.tmp
|
||||||
|
*~
|
||||||
|
|
||||||
|
*.bak
|
||||||
|
# Environment files (containing secrets, API keys, credentials)
|
||||||
|
.env
|
||||||
|
*.env
|
||||||
|
.env.*
|
||||||
|
|
||||||
|
# Local configuration that shouldn't be shared
|
||||||
|
*.local
|
||||||
|
|
||||||
|
### Visual_studio ###
|
||||||
|
# visual_studio editor specific files
|
||||||
|
|
||||||
|
# Visual Studio
|
||||||
|
.vs/
|
||||||
|
*.suo
|
||||||
|
*.user
|
||||||
|
*.userosscache
|
||||||
|
|
||||||
|
*.sln.docstates
|
||||||
|
[Dd]ebug/
|
||||||
|
[Dd]ebugPublic/
|
||||||
|
[Rr]elease/
|
||||||
|
[Rr]eleases/
|
||||||
|
|
||||||
|
x64/
|
||||||
|
x86/
|
||||||
|
build/
|
||||||
|
bld/
|
||||||
|
[Bb]in/
|
||||||
|
|
||||||
|
[Oo]bj/
|
||||||
|
[Ll]og/
|
||||||
|
.vs/
|
||||||
|
*.VisualState.xml
|
||||||
|
TestResult.xml
|
||||||
|
|
||||||
|
[Tt]est[Rr]esult*/
|
||||||
|
[Bb]uild[Ll]og.*
|
||||||
|
*.VisualState.xml
|
||||||
|
*.psess
|
||||||
|
*.vsp
|
||||||
|
|
||||||
|
*.vspx
|
||||||
|
*.sap
|
||||||
|
ipch/
|
||||||
|
*.aps
|
||||||
|
*.ncb
|
||||||
|
|
||||||
|
*.opendb
|
||||||
|
*.opensdf
|
||||||
|
*.sdf
|
||||||
|
*.cachefile
|
||||||
|
*.VC.db
|
||||||
|
|
||||||
|
*.VC.VC.opendb
|
||||||
|
*.coverage
|
||||||
|
*.coveragexml
|
||||||
|
_UpgradeReport_Files/
|
||||||
|
Backup*/
|
||||||
|
|
||||||
|
UpgradeLog*.XML
|
||||||
|
UpgradeLog*.htm
|
||||||
|
[Ww][Ii][Nn]32/
|
||||||
|
[Aa][Rr][Mm]/
|
||||||
|
[Aa][Rr][Mm]64/
|
||||||
|
|
||||||
|
[Ll]ogs/
|
||||||
|
Generated\ Files/
|
||||||
|
BenchmarkDotNet.Artifacts/
|
||||||
|
ScaffoldingReadMe.txt
|
||||||
|
StyleCopReport.xml
|
||||||
|
|
||||||
|
*_wpftmp.csproj
|
||||||
|
.axoCover/*
|
||||||
|
!.axoCover/settings.json
|
||||||
|
coverage*.json
|
||||||
|
coverage*.xml
|
||||||
|
|
||||||
|
coverage*.info
|
||||||
|
.vshistory/
|
||||||
|
healthchecksdb
|
||||||
|
|
||||||
|
### Csharp ###
|
||||||
|
# csharp specific files
|
||||||
|
|
||||||
|
bin/
|
||||||
|
obj/
|
||||||
|
*.user
|
||||||
|
*.suo
|
||||||
|
|
@ -14,7 +14,7 @@ using System.Reflection;
|
||||||
[assembly: System.Reflection.AssemblyCompanyAttribute("Contime")]
|
[assembly: System.Reflection.AssemblyCompanyAttribute("Contime")]
|
||||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+46f2a04d4954662972480acc3469a29314abbf09")]
|
||||||
[assembly: System.Reflection.AssemblyProductAttribute("Contime")]
|
[assembly: System.Reflection.AssemblyProductAttribute("Contime")]
|
||||||
[assembly: System.Reflection.AssemblyTitleAttribute("Contime")]
|
[assembly: System.Reflection.AssemblyTitleAttribute("Contime")]
|
||||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
3ffb2cae8cb0c711b7ff238181cd8317709c8def5cf5b95abdf892a8b042687d
|
2913c4a26874f8796681e178028e88379913f6ad5f8c9ad7c7640ec24f6d6710
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue