/
Egor1k
/
CompClubAPI
Обзор
Документация
Войти
/
Egor1k
/
CompClubAPI
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
.gitignore
109 строк
1 KB
Dima Oshuev
поменял структуру проекта для сборки в docker
27 мар 2025, 16:32
27 мар 2025, 16:32
5c3d032
Код
Авторство
О чём код?
# User-specific files *.rsuser *.suo *.user *.userosscache *.sln.docstates # User-specific files (Mono/MonoDevelop) *.pidb *.booproj *.booproj.lock .vs/ # Mono auto generated files mono_crash.* # Visual Studio Code .vscode/ # Visual Studio 15/17 cache/options directory # Uncomment if you have tasks that create the project's static files in wwwroot #wwwroot/ # NuGet Packages *.nupkg *.snupkg *.symbols.nupkg # The packages folder can be ignored because of Package Restore **/packages/* # except build/, which is used as an MSBuild target. !**/packages/build/ # Uncomment if necessary however generally it will be regenerated when needed #!**/packages/repositories.config # MSTest test Results [Tt]est[Rr]esult*/ [Bb]uild[Ll]og.* # NUNIT *.VisualState.xml TestResult.xml # Build results [Dd]ebug/ [Dd]ebugPublic/ [Rr]elease/ [Rr]eleases/ x64/ x86/ [Aa][Rr][Mm]/ [Aa][Rr][Mm]64/ bld/ [Bb]in/ [Oo]bj/ # EF Core migration folders Migrations/ # Logs *.log # Environment-specific files .env .env.local .env.*.local # Node.js node_modules/ npm-debug.log* yarn-debug.log* yarn-error.log* # Optional npm cache directory .npm # Optional eslint cache .eslintcache # Optional stylelint cache .stylelintcache # dotnet core project.lock.json project.fragment.xml # WebStorm .idea/ *.iws # JetBrains Rider .idea/ *.sln.iml # Azure Stream Analytics .asa.config # SQL Server files *.mdf *.ldf *.ndf # Temporary files *.tmp *.temp # Kubernetes .kube/