mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-20 21:01:06 +08:00
* Adds required metadata files for flatpak publishing * Add branding colors to sourcegit.metainfo.xml * Update Exec command in sourcegit.desktop * Delete release section from metainfo XML * Removed release information for version 2026.02.
46 lines
575 B
Plaintext
46 lines
575 B
Plaintext
.vs/
|
|
.vscode/
|
|
.idea/
|
|
|
|
*.sln.docstates
|
|
*.user
|
|
*.suo
|
|
*.code-workspace
|
|
|
|
.DS_Store
|
|
.DocumentRevisions-V100
|
|
.fseventsd
|
|
.Spotlight-V100
|
|
.TemporaryItems
|
|
.Trashes
|
|
.VolumeIcon.icns
|
|
.com.apple.timemachine.donotpresent
|
|
|
|
Thumbs.db
|
|
Thumbs.db:encryptable
|
|
ehthumbs.db
|
|
ehthumbs_vista.db
|
|
|
|
bin/
|
|
obj/
|
|
# ignore ci node files
|
|
node_modules/
|
|
package.json
|
|
package-lock.json
|
|
|
|
|
|
# Flatpak
|
|
!build/resources/flatpak
|
|
|
|
build/resources/
|
|
build/SourceGit/
|
|
build/SourceGit.app/
|
|
build/*.zip
|
|
build/*.tar.gz
|
|
build/*.deb
|
|
build/*.rpm
|
|
build/*.AppImage
|
|
SourceGit.app/
|
|
build.command
|
|
src/Properties/launchSettings.json
|