drawshield / Drawshield-Code

PHP code to create SVG shield images from Blazons, as used on drawshield.net
https://drawshield.net
GNU General Public License v3.0
49 stars 17 forks source link

Adding docker ignore and cleaning up a bit #656

Closed flamableassassin closed 8 months ago

flamableassassin commented 8 months ago

Added a docker ignore file so that unnecessary files aren't included in the copy. Removed the self reference in the .gitignore file and removed the php.tags file which is in .gitignore.

There are some other files which I've looked at such as charge_process.php which returns error 500 on the production version. However, I'm not sure why they are there so I have left them

karlwilcox commented 8 months ago

charge_process is something that @mbasaglia wrote to help import charges with coloured features. It might be useful one day so I've left it there but you are correct it doesn't do anything for now. Maybe move it to a "pending" folder or something. For completeness there's also a 'py' folder that I've started to rewrite some parts in Python, just as a trial.