.gitignore 499 B

1234567891011121314151617181920212223242526
  1. .vs/
  2. **/.vs/
  3. bin/
  4. obj/
  5. *.user
  6. *.suo
  7. *.userosscache
  8. *.sln.docstates
  9. node_modules/
  10. **/node_modules/
  11. npm-debug.log*
  12. yarn-debug.log*
  13. yarn-error.log*
  14. pnpm-debug.log*
  15. .env
  16. .env.*
  17. !.env.example
  18. Admin/nul
  19. nul
  20. Database/*.sql
  21. appsettings.Development.json
  22. appsettings.Production.json
  23. # 배포 참고용 폴더 — config-templates 에 실제 시크릿(JWT/Redis/Encryption 등) 포함.
  24. # 파이프라인은 이 폴더가 아니라 Jenkins Secret File 로 config 를 주입하므로 git 추적 제외.
  25. /deploy/