加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 2.10 KB
一键复制 编辑 原始数据 按行查看 历史
Zoltan Flamis 提交于 2021-02-17 18:01 . Update .gitignore (#17226)
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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化