* Update .gitignore with compiled files and some OS specific files
* Remove all files from templates_c (exept keepme file).
* Remove some system files from Windows, Linux and macOS.
* Add an .editorconfig file
Makes it easier to contribute to the project
--- /dev/null
+# http://editorconfig.org
+
+root = true
+
+[*]
+charset = utf-8
+indent_style = space
+indent_size = 2
+end_of_line = lf
+trim_trailing_whitespace = false
+insert_new_final_line = false
config.php
-WEB-INF/templates_c/*.php
-WEB-INF/templates_c/*.png
+WEB-INF/templates_c/*.*
WEB-INF/lib/tcpdf/
nbproject/
upload/
.vscode/
+Thumbs.db
+*.DS_Store
+*~