mirror of
https://github.com/arsenetar/dupeguru-cocoa.git
synced 2024-12-21 10:59:03 +00:00
Andrew Senetar
caac8df893
- Remove seperate hscommon submodule, and use the files in the dupeguru submodule - Update package.py and build.py to account for hscommon submodule removal - Fix one more warning in UI code - Update .gitignore to ignore visual studio code folder
21 lines
243 B
Plaintext
21 lines
243 B
Plaintext
.DS_Store
|
|
__pycache__
|
|
*.so
|
|
*.mo
|
|
/build
|
|
/cocoa/build
|
|
/env
|
|
/cocoa/autogen
|
|
/locale
|
|
|
|
/cocoa/*/Info.plist
|
|
/cocoa/*/build
|
|
/cocoa/*.lproj/*.strings
|
|
!/cocoa/Base.lproj/Localizable.strings
|
|
|
|
.vscode
|
|
|
|
# Xcode
|
|
*.xcworkspace
|
|
!default.xcworkspace
|
|
xcuserdata |