mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-21 13:35:39 +00:00
914711e1e7
Changes to be committed: modified: ../../.gitignore
37 lines
551 B
Plaintext
37 lines
551 B
Plaintext
# OS generated files #
|
|
######################
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# RetroDECK specific files #
|
|
############################
|
|
.flatpak-builder/
|
|
retrodeck-flatpak-cooker/
|
|
retrodeck-flatpak/
|
|
backup
|
|
.old
|
|
tmp
|
|
.godot
|
|
rd-submodules/es-de/patches-tmp*
|
|
retrodeck-repo
|
|
buildid
|
|
*.bak
|
|
incconfigs/
|
|
.github/workflows/cooker-monkeyx.yml
|
|
|
|
# Python #
|
|
##########
|
|
__pycache__
|
|
|
|
# Submodules #
|
|
##############
|
|
rd-submodules/retroarch*
|
|
rd-submodules/ryujinx*
|
|
rd-submodules/shared-modules*
|
|
rd-submodules/es-de/patches-tmp*
|