This repository has been archived by the owner on Nov 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit e59d37d
Showing
20 changed files
with
2,975 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,324 @@ | ||
# Cache, temp and personal files | ||
|
||
/.htaccess | ||
*.log | ||
npm-debug.log.* | ||
.sass-cache/ | ||
*.swp | ||
*.swo | ||
.cache/ | ||
|
||
# Cache | ||
/cache/* | ||
!/cache/.htaccess | ||
!/cache/cachefs/index.php | ||
!/cache/deprecated.txt | ||
!/cache/index.php | ||
!/cache/purifier/index.php | ||
!/cache/push/activity | ||
!/cache/push/index.php | ||
!/cache/push/trends | ||
!/cache/sandbox/index.php | ||
!/cache/smarty/cache/index.php | ||
!/cache/smarty/compile/index.php | ||
!/cache/smarty/index.php | ||
!/cache/tcpdf/index.php | ||
|
||
# Download | ||
/download/* | ||
!/download/.htaccess | ||
!/download/index.php | ||
|
||
# Images | ||
/img/* | ||
!/img/.htaccess | ||
!/img/index.php | ||
!/img/404.gif | ||
!/img/app_icon.png | ||
!/img/bg_500.png | ||
!/img/bg_loader.png | ||
!/img/favicon.ico | ||
!/img/loader.gif | ||
!/img/loadingAnimation.gif | ||
!/img/logo.jpg | ||
!/img/logo.png | ||
!/img/logo_invoice.jpg | ||
!/img/logo_stores.png | ||
!/img/macFFBgHack.png | ||
!/img/prestashop-avatar.png | ||
!/img/prestashop@2x.png | ||
!/img/preston-login-wink@2x.png | ||
!/img/preston-login@2x.png | ||
!/img/questionmark.png | ||
!/img/genders/index.php | ||
!/img/admin/index.php | ||
!/img/c/index.php | ||
!/img/cms/index.php | ||
!/img/co/index.php | ||
!/img/e/index.php | ||
!/img/jquery-ui | ||
!/img/l/index.php | ||
!/img/m/index.php | ||
!/img/os/index.php | ||
!/img/p/index.php | ||
!/img/s/index.php | ||
!/img/scenes | ||
!/img/st/index.php | ||
!/img/su/index.php | ||
!/img/t/index.php | ||
!/img/tmp/index.php | ||
|
||
# Upload | ||
/upload/* | ||
!/upload/index.php | ||
!/upload/.htaccess | ||
|
||
/vendor/* | ||
/docs/phpdoc-sf/ | ||
/composer.lock | ||
*.hot-update.js | ||
*.hot-update.json | ||
|
||
tests-legacy/resources/modules/followup/ | ||
tests-legacy/resources/modules/ps_emailalerts/ | ||
tests-legacy/resources/modules/ps_emailsubscription/mails/ | ||
tests-legacy/resources/modules/referralprogram/ | ||
|
||
/admin-dev/autoupgrade/* | ||
!/admin-dev/autoupgrade/index.php | ||
!/admin-dev/autoupgrade/backup/index.php | ||
|
||
/admin-dev/backups/* | ||
!/admin-dev/backups/.htaccess | ||
|
||
/admin-dev/import/* | ||
!/admin-dev/import/.htaccess | ||
!/admin-dev/import/index.php | ||
|
||
/admin-dev/export/* | ||
!/admin-dev/export/.htaccess | ||
!/admin-dev/export/index.php | ||
|
||
# Downloaded RTL files | ||
/admin-dev/themes/default/css/bundle/default_rtl.css | ||
/admin-dev/themes/default/css/bundle/shared_rtl.css | ||
/admin-dev/themes/default/css/font_rtl.css | ||
/admin-dev/themes/default/css/overrides_rtl.css | ||
/admin-dev/themes/default/css/vendor/font-awesome/font-awesome_rtl.css | ||
/admin-dev/themes/default/css/vendor/nv.d3_rtl.css | ||
/admin-dev/themes/default/css/vendor/titatoggle-min_rtl.css | ||
/admin-dev/themes/default/public/theme_rtl.css | ||
/admin-dev/themes/default/public/* | ||
/admin-dev/themes/new-theme/css/module/drop_rtl.css | ||
/admin-dev/themes/new-theme/css/right-sidebar_rtl.css | ||
/admin-dev/themes/new-theme/public/* | ||
!/admin-dev/themes/new-theme/public/theme.rtlfix | ||
!/admin-dev/themes/default/public/theme.rtlfix | ||
|
||
themes/*/cache/* | ||
themes/core.js.map | ||
themes/core.js | ||
|
||
|
||
# Config | ||
|
||
config/defines_custom.inc.php | ||
config/settings.inc.php | ||
config/settings.old.php | ||
config/xml/* | ||
config/themes/* | ||
!config/xml/themes/default.xml | ||
themes/*/config/settings_*.json | ||
app/config/parameters.old.yml | ||
app/config/config.php | ||
|
||
# Themes, modules and overrides | ||
|
||
modules/* | ||
override/* | ||
themes/*/ | ||
!themes/classic | ||
themes/classic/assets | ||
!themes/_core | ||
!themes/_libraries | ||
themes/classic/assets/css/*_rtl.css | ||
|
||
# Vendors and dependencies | ||
|
||
bower_components/ | ||
node_modules/ | ||
composer.phar | ||
php-cs-fixer | ||
.grunt/* | ||
|
||
# Translations and emails templates | ||
|
||
translations/* | ||
mails/* | ||
!mails/themes/ | ||
!mails/_partials/ | ||
themes/default-bootstrap/lang/* | ||
themes/default-bootstrap/modules/*/translations/*.php | ||
themes/default-bootstrap/mails/* | ||
!themes/default-bootstrap/mails/en/ | ||
themes/default-bootstrap/modules/*/mails/* | ||
!themes/default-bootstrap/modules/*/mails/en | ||
|
||
# MISC | ||
|
||
*sitemap.xml | ||
/robots.txt | ||
|
||
# Symfony | ||
|
||
/bin/ | ||
/.web-server-pid | ||
/app/Resources/geoip/GeoLite2-City.mmdb | ||
/app/Resources/translations/* | ||
!/app/Resources/translations/default | ||
/app/config/parameters.yml | ||
/app/config/parameters.php | ||
/build/ | ||
/phpunit.xml | ||
/var/* | ||
!/var/cache | ||
/var/cache/* | ||
!var/cache/.gitkeep | ||
!/var/logs | ||
/var/logs/* | ||
!var/logs/.gitkeep | ||
!/var/sessions | ||
/var/sessions/* | ||
!var/sessions/.gitkeep | ||
!var/SymfonyRequirements.php | ||
/vendor/ | ||
/web/bundles/ | ||
|
||
|
||
# Created by https://www.gitignore.io/api/linux,osx,windows,sublimetext,phpstorm | ||
|
||
### Linux ### | ||
*~ | ||
|
||
# KDE directory preferences | ||
.directory | ||
|
||
# Linux trash folder which might appear on any partition or disk | ||
.Trash-* | ||
|
||
|
||
### OSX ### | ||
.DS_Store | ||
.AppleDouble | ||
.LSOverride | ||
|
||
# Icon must end with two \r | ||
Icon | ||
|
||
|
||
# Thumbnails | ||
._* | ||
|
||
# Files that might appear in the root of a volume | ||
.DocumentRevisions-V100 | ||
.fseventsd | ||
.Spotlight-V100 | ||
.TemporaryItems | ||
.Trashes | ||
.VolumeIcon.icns | ||
|
||
# Directories potentially created on remote AFP share | ||
.AppleDB | ||
.AppleDesktop | ||
Network Trash Folder | ||
Temporary Items | ||
.apdisk | ||
|
||
|
||
### Windows ### | ||
# Windows image file caches | ||
Thumbs.db | ||
ehthumbs.db | ||
|
||
# Folder config file | ||
Desktop.ini | ||
|
||
# Recycle Bin used on file shares | ||
$RECYCLE.BIN/ | ||
|
||
# Windows Installer files | ||
*.cab | ||
*.msi | ||
*.msm | ||
*.msp | ||
|
||
# Windows shortcuts | ||
*.lnk | ||
|
||
|
||
### SublimeText ### | ||
# cache files for sublime text | ||
*.tmlanguage.cache | ||
*.tmPreferences.cache | ||
*.stTheme.cache | ||
|
||
# workspace files are user-specific | ||
*.sublime-workspace | ||
|
||
# project files should be checked into the repository, unless a significant | ||
# proportion of contributors will probably not be using SublimeText | ||
# *.sublime-project | ||
|
||
# sftp configuration file | ||
sftp-config.json | ||
|
||
|
||
### PhpStorm ### | ||
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio | ||
|
||
*.iml | ||
|
||
## Directory-based project format: | ||
.idea/ | ||
|
||
## File-based project format: | ||
*.ipr | ||
*.iws | ||
|
||
## Plugin-specific files: | ||
|
||
# IntelliJ | ||
/out/ | ||
|
||
# mpeltonen/sbt-idea plugin | ||
.idea_modules/ | ||
|
||
# JIRA plugin | ||
atlassian-ide-plugin.xml | ||
|
||
# Crashlytics plugin (for Android Studio and IntelliJ) | ||
com_crashlytics_export_strings.xml | ||
crashlytics.properties | ||
crashlytics-build.properties | ||
|
||
### NetBeans ### | ||
nbproject/ | ||
nbbuild/ | ||
dist/ | ||
nbdist/ | ||
nbactions.xml | ||
nb-configuration.xml | ||
.nb-gradle/ | ||
|
||
### Eclipse ### | ||
.buildpath | ||
.project | ||
.settings/ | ||
.externalToolBuilders/ | ||
|
||
### Release creation ### | ||
tools/build/releases/* | ||
!tools/build/releases/.gitkeep | ||
|
||
## Docker configuration | ||
install.lock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
os: linux | ||
language: php | ||
php: 7.1 | ||
|
||
script: composer install | ||
before_deploy: | ||
- mkdir tracksmart | ||
- rsync -avr --exclude='tracksmart' * tracksmart | ||
- zip -r tracksmart.zip tracksmart | ||
|
||
deploy: | ||
provider: releases | ||
api_key: | ||
secure: "uXYDFqUCa02oZBPxka4i3likbfD2izKbV3AEV9wm9khST4o11aah5XzkkUR/tE42szCN9VlHmEBc6FtD/jxkHSeU5Zx7Z6lMjd1/p5UG7CpYKzHs2ma0Z8RlE4j7C0Uaj9Kkq3FBcp3UUl5KQGQhrTnE2iEsuTF0M6jETmcOLjV7aEH/lO0il0mQmKO89B8gIp7vj+pjvKs+oAIsxlqJepgxehCVY8dTBBqvkiYuVB6oe63oG6D8BxsmxtL4Qc6Lmk1FLleiX2O0zXnnpo7E/b1BUzg11yPy3E3MjC4yf5039JLfd6JcHfD9T67v2TYiar+LGXDhToPXuQSx024Y4ZCGNyOp33beSAna780sk9Cd4c2fiGwHtOAOdNkWFhZeQ0KxvbpNSo7O8ZZZ0D3RqTzU8pk/hCiFO6ozNg3cR43+40H0CVDq9XD4yOF73UvVDRW9tPN44V7L+7rc8uX0j6ROaTcZbQ5vhuNjXVFIVgti2kfRtOQXzg9hTcbB+NNVz2AQ/iwV7DGnd8Bs3zz/suJ98c5tUi1/tQxbswVD7Ph6T3oX1ZRO+0oQIZAu3RPXxvERZ5UUj/eWMk8PTCZEHGz8mLOjDyuwV4eQjvWP9QSsnF86JcK5E7njX8al3yZ9UxjHsBH4SuLxWbNuMIm0tGilJASWzAr3y/Z5RozngaA=" | ||
file: tracksmart.zip | ||
skip_cleanup: true | ||
on: | ||
tags: true |
Oops, something went wrong.