Skip to content

Commit

Permalink
[feat] Add .DS_Store to .gitignore and include translation files
Browse files Browse the repository at this point in the history
- Added .DS_Store to .gitignore to prevent macOS metadata files from being tracked in the repository.
- Added confirmed translation files OpticsWorkbench_zh-TW.qm and OpticsWorkbench_zh-TW.ts to the ./translations directory.
  • Loading branch information
Oliver0804 committed Dec 4, 2024
1 parent d056dbc commit 24f2ae9
Show file tree
Hide file tree
Showing 4 changed files with 623 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,6 @@ dmypy.json

# Pyre type checker
.pyre/

# macos Finder
.DS_Store
Binary file removed translations/.DS_Store
Binary file not shown.
Binary file added translations/OpticsWorkbench_zh-TW.qm
Binary file not shown.
Loading

0 comments on commit 24f2ae9

Please sign in to comment.