Skip to content

Commit ff5bb36

Browse files
committed
Added README and gitignore
0 parents  commit ff5bb36

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

.gitignore

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
/node_modules
2+
.idea
3+
_MACOSX
4+
/bootstrap/compiled.php
5+
/vendor
6+
composer.phar
7+
.DS_Store
8+
Thumbs.db
9+
_ide_helper.php
10+
.phpstorm.meta.php
11+
_ide_helper_models.php
12+
.env

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# SupportPal Frontend Template
2+
3+
The [Twig](https://twig.symfony.com) template files for the [SupportPal](https://www.supportpal.com) default frontend template, found at `/resources/template/frontend/default` in a SupportPal installation. This repository will be used to track changes made to the template between releases.
4+
5+
SupportPal is a [self-hosted, on-premise help desk software](https://www.supportpal.com).
6+
7+
## Related Repositories
8+
9+
- [Operator Panel Template](https://github.com/supportpal/operator-template)
10+
- [Resources Assets](https://github.com/supportpal/resources-assets)
11+
- [Language Files](https://github.com/supportpal/language-files)

0 commit comments

Comments
 (0)