Skip to content

Commit 99e184b

Browse files
committed
add some common ignore files
1 parent 75fd6b2 commit 99e184b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
11
# Ignore chat session logs
22
chat_sessions/
33
.DS_Store
4+
5+
# Common log files
6+
*.log
7+
8+
# Editor files
9+
.vscode/
10+
*.swp
11+
12+
# Backup and temp files
13+
*.bak
14+
*.tmp

0 commit comments

Comments
 (0)