diff --git a/.gitignore b/.gitignore index db4a4c2..cf6fdc5 100644 --- a/.gitignore +++ b/.gitignore @@ -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