mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-21 21:45:39 +00:00
Added gitignore
This commit is contained in:
parent
4efe471c24
commit
786b43a88b
15
.gitignore
vendored
Normal file
15
.gitignore
vendored
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# OS generated files #
|
||||||
|
######################
|
||||||
|
.DS_Store
|
||||||
|
.DS_Store?
|
||||||
|
._*
|
||||||
|
.Spotlight-V100
|
||||||
|
.Trashes
|
||||||
|
ehthumbs.db
|
||||||
|
Thumbs.db
|
||||||
|
|
||||||
|
# RetroDECK specific files #
|
||||||
|
############################
|
||||||
|
.flatpak-builder/
|
||||||
|
retrodeck-flatpak-cooker/
|
||||||
|
retrodeck-flatpak/
|
Loading…
Reference in a new issue