summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 1928ff815d0b5b7497c9f6ef4c01423bb4edfdd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/versions

# testing
/coverage

# next.js
/.next/
/out/

# production
/build

# misc
.DS_Store
*.pem

# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*

# env files (can opt-in for committing if needed)
# .env*

# vercel
.vercel

# typescript
*.tsbuildinfo
next-env.d.ts

# 형상관리 불필요 파일
/logs
/uploads

# 파일시스템에 저장한 첨부파일들 (필요시 추가)
/public/contracts
/public/documents
/public/rfq
/public/uploads
/public/vendors
/public/profiles
/public/vendorFormData
/tmp

# 직접 참조가 불가능해 복사가 필요했던 라이브러리 (pdftrone)
# node_modules/@pdftron/public 경로에서 core 및 ui 경로를 복사해 사용
/public/pdftronWeb

# temp
/public/temp

# TODO : 현재 개발용 임시파일이고, 개발완료된 후 커밋해야 할 전자서명 관련
/trustnet
/public/trustnet
# /public/basicContract
# /public/basicContract/template
# tar.gz files in public directory
/public/**/*.tar.gz


# 개발 편의상 사용한 복사파일들
/lib/rfqs copy
_info/

db/*migrations*/