Skip to content

Commit 1dac657

Browse files
committed
chore: 프로덕션에서 무시할 파일들 gitignore 추가
1 parent 1b84c10 commit 1dac657

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.gitignore

+7-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ pnpm-debug.log*
2222
yarn-debug.log*
2323
yarn-error.log*
2424
lerna-debug.log*
25+
*.log.*
2526

2627
# OS
2728
.DS_Store
@@ -53,5 +54,10 @@ lerna-debug.log*
5354
!.vscode/extensions.json
5455
db.sqlite
5556

57+
# Secret Keys
5658
*.crt
57-
*.key
59+
*.key
60+
*.pem
61+
62+
# Production
63+
data/*

0 commit comments

Comments
 (0)