Update .gitignore to remove resource files

This commit is contained in:
Clortox 2021-02-08 15:36:50 -05:00
parent a312ee7c10
commit 0f0ee380e8

5
.gitignore vendored
View File

@ -16,6 +16,11 @@ dir/*
#dont track config.php
var/config.php
#dont track any of the user added resouce files, except the readme and sample
resources/*
!resources/README.txt
!resources/cabinet.png
#I use vim, therefore ignore temp files and swap files
*~
*.swp