Spaces:
Sleeping
Sleeping
jkkim commited on
Commit ·
fb947cb
1
Parent(s): 64f5afe
logs/ 디렉토리 제외 — *.log.* 회전 백업 + logs/ 통째 .gitignore
Browse files- .gitignore +2 -0
- logs/app.log.1 +0 -0
- logs/app.log.2 +0 -0
- logs/app.log.3 +0 -0
.gitignore
CHANGED
|
@@ -19,6 +19,8 @@ Thumbs.db
|
|
| 19 |
|
| 20 |
# Project artifacts
|
| 21 |
*.log
|
|
|
|
|
|
|
| 22 |
*.b64.txt
|
| 23 |
rrn_search_bundle.json
|
| 24 |
ciphertext_*.txt
|
|
|
|
| 19 |
|
| 20 |
# Project artifacts
|
| 21 |
*.log
|
| 22 |
+
*.log.*
|
| 23 |
+
logs/
|
| 24 |
*.b64.txt
|
| 25 |
rrn_search_bundle.json
|
| 26 |
ciphertext_*.txt
|
logs/app.log.1
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
logs/app.log.2
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
logs/app.log.3
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|