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:
Leon Styhre 2022-11-03 12:41:44 +01:00
parent 412a19275d
commit 37fa8bbb39
2 changed files with 7 additions and 0 deletions

1
external/.gitignore vendored
View file

@ -1,4 +1,5 @@
* *
!.gitignore
!CMakeLists.txt !CMakeLists.txt
!CImg !CImg
!CImg/* !CImg/*

6
themes/.gitignore vendored Normal file
View file

@ -0,0 +1,6 @@
*
!.gitignore
!modern-DE
!modern-DE/**
!slate-DE
!slate-DE/**