init commit
This commit is contained in:
109
.gitignore
vendored
Normal file
109
.gitignore
vendored
Normal file
@@ -0,0 +1,109 @@
|
||||
php_errors.log
|
||||
*.tmp
|
||||
*.pyc
|
||||
.DS_Store
|
||||
/.idea/
|
||||
/bootstrap.php
|
||||
/build
|
||||
/composer.phar
|
||||
/config/config*
|
||||
/config/*.pem
|
||||
/crossdomain.xml
|
||||
/documentation
|
||||
/docs/
|
||||
/favicon.ico
|
||||
/js/yui*
|
||||
/misc/*.dat
|
||||
/misc/*.dat.gz
|
||||
/misc/*.tar.gz
|
||||
/misc/*.mmdb
|
||||
/misc/user/logo-header.png
|
||||
/misc/user/logo.png
|
||||
/misc/user/logo.svg
|
||||
/misc/user/favicon.png
|
||||
/piwik-min.js
|
||||
/plugins/*.zip
|
||||
/plugins/ImageGraph/fonts/unifont.ttf
|
||||
/plugins/ImageGraph/fonts/unifont.ttf.zip
|
||||
/plugins/*/tests/System/processed
|
||||
/plugins/*/Test/System/processed
|
||||
/plugins/*/tests/UI/processed-ui-screenshots
|
||||
/plugins/*/Test/UI/processed-ui-screenshots
|
||||
/plugins/*/tests/UI/screenshot-diffs
|
||||
/plugins/*/Test/UI/screenshot-diffs
|
||||
/robots.txt
|
||||
/tmp/*
|
||||
!/tmp/.gitkeep
|
||||
!/tmp/CACHEDIR.TAG
|
||||
/vendor/
|
||||
/.cache
|
||||
/.externalToolBuilders
|
||||
/.idea/*
|
||||
/.metadata
|
||||
/.project
|
||||
/.settings
|
||||
/*.buildpath
|
||||
/tests/javascript/unittest.dbf
|
||||
/tests/javascript/unittest2.dbf
|
||||
/tests/lib/geoip-files/*.dat*
|
||||
/tests/lib/xhprof*
|
||||
/tests/PHPUnit/System/processed/
|
||||
/tests/PHPUnit/phpunit.xml
|
||||
/tests/results/
|
||||
/.htaccess
|
||||
/config/.htaccess
|
||||
/core/.htaccess
|
||||
/js/.htaccess
|
||||
/lang/.htaccess
|
||||
/libs/.htaccess
|
||||
/misc/.htaccess
|
||||
/misc/user/.htaccess
|
||||
/misc/cron/.htaccess
|
||||
/plugins/.htaccess
|
||||
/tests/resources/overlay-test-site-real/
|
||||
/tests/PHPUnit/.phpunit.result.cache
|
||||
/tests/PHPUnit/proxy/libs
|
||||
/tests/PHPUnit/proxy/piwik.js
|
||||
/tests/PHPUnit/proxy/matomo.js
|
||||
/tests/PHPUnit/proxy/plugins
|
||||
/tests/PHPUnit/proxy/tests
|
||||
/tests/PHPUnit/proxy/misc
|
||||
/tests/resources/piwik.test.js
|
||||
/tests/resources/matomo.test.js
|
||||
/config/*.config.ini.php
|
||||
/Vagrantfile
|
||||
/misc/vagrant
|
||||
/.vagrant
|
||||
/plugins/.gitignore
|
||||
/js/container*.js
|
||||
/.docker
|
||||
docker-compose.yml
|
||||
/node_modules/*
|
||||
!/node_modules/angular
|
||||
!/node_modules/angular-animate
|
||||
!/node_modules/angular-cookies
|
||||
!/node_modules/angular-mocks
|
||||
!/node_modules/angular-sanitize
|
||||
!/node_modules/chroma-js
|
||||
!/node_modules/iframe-resizer
|
||||
!/node_modules/jquery
|
||||
!/node_modules/jquery-mousewheel
|
||||
!/node_modules/jquery-ui-dist
|
||||
!/node_modules/jquery.browser
|
||||
!/node_modules/jquery.dotdotdot
|
||||
!/node_modules/jquery.scrollto
|
||||
!/node_modules/materialize-css
|
||||
!/node_modules/mousetrap
|
||||
!/node_modules/ng-dialog
|
||||
!/node_modules/qrcodejs2
|
||||
!/node_modules/sprintf-js
|
||||
!/node_modules/visibilityjs
|
||||
/node_modules/vue/*
|
||||
!/node_modules/vue
|
||||
!/node_modules/vue/dist
|
||||
/plugins/*/vue/dist/demo.html
|
||||
/plugins/*/vue/dist/*.common.js
|
||||
/plugins/*/vue/dist/*.map
|
||||
/plugins/*/vue/dist/*.development.*
|
||||
/plugins/CoreVue/polyfills/dist/MatomoPolyfills.min.js.map
|
||||
/@types
|
Reference in New Issue
Block a user