mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-21 21:55:38 +00:00
Added a .gitignore file to the themes directory.
Also made a small change to the .gitignore file in the external directory.
This commit is contained in:
parent
412a19275d
commit
37fa8bbb39
1
external/.gitignore
vendored
1
external/.gitignore
vendored
|
@ -1,4 +1,5 @@
|
|||
*
|
||||
!.gitignore
|
||||
!CMakeLists.txt
|
||||
!CImg
|
||||
!CImg/*
|
||||
|
|
6
themes/.gitignore
vendored
Normal file
6
themes/.gitignore
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
*
|
||||
!.gitignore
|
||||
!modern-DE
|
||||
!modern-DE/**
|
||||
!slate-DE
|
||||
!slate-DE/**
|
Loading…
Reference in a new issue