Skip to content

Commit 6fb4657

Browse files
committed
fix: Add .roomodes to .gitignore to prevent tracking of temporary files
1 parent d799300 commit 6fb4657

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# 忽略環境設定檔與編譯後的 Python 檔案
22
.env
33
*.pyc
4+
.roomodes
45
__pycache__/
56

67
# 忽略應用程式的設定檔案

0 commit comments

Comments
 (0)