2017-05-06 00:06:49 +03:00
|
|
|
.bash_history
|
2017-04-11 22:45:02 +03:00
|
|
|
.DS_store
|
2016-10-20 21:42:32 +03:00
|
|
|
# Byte-compiled / optimized / DLL files
|
|
|
|
__pycache__/
|
|
|
|
*.py[cod]
|
|
|
|
*$py.class
|
|
|
|
|
|
|
|
# C extensions
|
|
|
|
*.so
|
|
|
|
|
|
|
|
# Distribution / packaging
|
|
|
|
.Python
|
|
|
|
env/
|
|
|
|
build/
|
|
|
|
develop-eggs/
|
|
|
|
dist/
|
|
|
|
downloads/
|
|
|
|
eggs/
|
|
|
|
.eggs/
|
|
|
|
lib64/
|
|
|
|
parts/
|
|
|
|
sdist/
|
|
|
|
var/
|
|
|
|
*.egg-info/
|
|
|
|
.installed.cfg
|
|
|
|
*.egg
|
2024-01-16 17:10:59 +03:00
|
|
|
.python-version
|
2016-10-20 21:42:32 +03:00
|
|
|
|
|
|
|
# PyInstaller
|
|
|
|
# Usually these files are written by a python script from a template
|
|
|
|
# before PyInstaller builds the exe, so as to inject date/other infos into it.
|
|
|
|
*.manifest
|
|
|
|
*.spec
|
|
|
|
|
|
|
|
# Installer logs
|
|
|
|
pip-log.txt
|
|
|
|
pip-delete-this-directory.txt
|
|
|
|
|
|
|
|
# Unit test / coverage reports
|
|
|
|
htmlcov/
|
|
|
|
.tox/
|
|
|
|
.coverage
|
|
|
|
.coverage.*
|
|
|
|
.cache
|
|
|
|
nosetests.xml
|
|
|
|
coverage.xml
|
feat(nimbus-ui): Init nimbus-ui with CRA Typescript, remove cruft, add tests, linting, workspace, README (#3519)
* feat(nimbus-ui): Init nimbus-ui with CRA Typescript, remove cruft, add tests, linting, workspace, README"
* Add optional label parameter to babel plugins for core
* Copy nimbus-ui into container before yarn build commands
* Only eslint ts source files
* Use container paths for nimbus-ui node_modules and built assets
* Upgrade TS version to latest
* Install eslint dev dependencies so we can lint outside react-scripts
* Rebuild yarn.lock file
* Use jsdom-sixteen jest test env for 'core'
* Use jsdom-sixteen jest test env for 'rapid'
* fix yarn deps issue, silence babel warning
* CI=yes not CI=true
* Add MPL license to missed file and add newline to package.json
* Fix dependabot spacing
* Move testing lib to dev dep instead of dep
* Fix double quotes in docker compose
Co-authored-by: Jared Lockhart <119884+jaredlockhart@users.noreply.github.com>
Co-authored-by: Jody Heavener <j.heavener@gmail.com>
2020-09-24 20:30:15 +03:00
|
|
|
coverage/
|
2016-10-20 21:42:32 +03:00
|
|
|
*,cover
|
|
|
|
.hypothesis/
|
|
|
|
|
|
|
|
# Translations
|
|
|
|
*.mo
|
|
|
|
*.pot
|
|
|
|
|
feat(nimbus-ui): Init nimbus-ui with CRA Typescript, remove cruft, add tests, linting, workspace, README (#3519)
* feat(nimbus-ui): Init nimbus-ui with CRA Typescript, remove cruft, add tests, linting, workspace, README"
* Add optional label parameter to babel plugins for core
* Copy nimbus-ui into container before yarn build commands
* Only eslint ts source files
* Use container paths for nimbus-ui node_modules and built assets
* Upgrade TS version to latest
* Install eslint dev dependencies so we can lint outside react-scripts
* Rebuild yarn.lock file
* Use jsdom-sixteen jest test env for 'core'
* Use jsdom-sixteen jest test env for 'rapid'
* fix yarn deps issue, silence babel warning
* CI=yes not CI=true
* Add MPL license to missed file and add newline to package.json
* Fix dependabot spacing
* Move testing lib to dev dep instead of dep
* Fix double quotes in docker compose
Co-authored-by: Jared Lockhart <119884+jaredlockhart@users.noreply.github.com>
Co-authored-by: Jody Heavener <j.heavener@gmail.com>
2020-09-24 20:30:15 +03:00
|
|
|
# Logging
|
2016-10-20 21:42:32 +03:00
|
|
|
*.log
|
feat(nimbus-ui): Init nimbus-ui with CRA Typescript, remove cruft, add tests, linting, workspace, README (#3519)
* feat(nimbus-ui): Init nimbus-ui with CRA Typescript, remove cruft, add tests, linting, workspace, README"
* Add optional label parameter to babel plugins for core
* Copy nimbus-ui into container before yarn build commands
* Only eslint ts source files
* Use container paths for nimbus-ui node_modules and built assets
* Upgrade TS version to latest
* Install eslint dev dependencies so we can lint outside react-scripts
* Rebuild yarn.lock file
* Use jsdom-sixteen jest test env for 'core'
* Use jsdom-sixteen jest test env for 'rapid'
* fix yarn deps issue, silence babel warning
* CI=yes not CI=true
* Add MPL license to missed file and add newline to package.json
* Fix dependabot spacing
* Move testing lib to dev dep instead of dep
* Fix double quotes in docker compose
Co-authored-by: Jared Lockhart <119884+jaredlockhart@users.noreply.github.com>
Co-authored-by: Jody Heavener <j.heavener@gmail.com>
2020-09-24 20:30:15 +03:00
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
2016-10-20 21:42:32 +03:00
|
|
|
|
|
|
|
# Sphinx documentation
|
|
|
|
docs/_build/
|
|
|
|
|
|
|
|
# PyBuilder
|
|
|
|
target/
|
|
|
|
|
2016-11-09 23:06:28 +03:00
|
|
|
#Ipython Notebook
|
2016-10-20 21:42:32 +03:00
|
|
|
.ipynb_checkpoints
|
2017-05-04 23:32:01 +03:00
|
|
|
.ipython
|
2016-10-20 21:42:32 +03:00
|
|
|
|
2016-11-09 23:06:28 +03:00
|
|
|
# Environment file
|
2016-10-20 21:42:32 +03:00
|
|
|
.env
|
2020-05-28 01:00:04 +03:00
|
|
|
.envrc
|
2017-05-16 23:08:58 +03:00
|
|
|
.psql_history
|
2017-06-30 22:55:19 +03:00
|
|
|
|
2021-03-03 21:37:27 +03:00
|
|
|
# VS Code
|
2021-03-03 23:41:08 +03:00
|
|
|
**/.vscode/*
|
2021-03-03 21:37:27 +03:00
|
|
|
|
2017-07-12 22:30:53 +03:00
|
|
|
# Hosted assets
|
2023-08-02 22:24:17 +03:00
|
|
|
experimenter/experimenter/static/scripts/
|
2023-03-09 00:36:51 +03:00
|
|
|
experimenter/experimenter/served/
|
|
|
|
experimenter/experimenter/legacy/legacy-ui/assets/
|
|
|
|
experimenter/experimenter/reporting/reporting-ui/assets/
|
2017-08-24 20:14:37 +03:00
|
|
|
|
|
|
|
# Key files
|
|
|
|
*.pem
|
2018-09-10 22:04:12 +03:00
|
|
|
|
|
|
|
# test files
|
|
|
|
.pytest_cache
|
|
|
|
.testmondata
|
2018-09-12 20:57:06 +03:00
|
|
|
.tmontmp
|
2023-03-09 00:36:51 +03:00
|
|
|
experimenter/coverage_html_report/
|
2023-05-03 00:35:30 +03:00
|
|
|
experimenter/tests/integration/test-reports/
|
feat(nimbus-ui): Init nimbus-ui with CRA Typescript, remove cruft, add tests, linting, workspace, README (#3519)
* feat(nimbus-ui): Init nimbus-ui with CRA Typescript, remove cruft, add tests, linting, workspace, README"
* Add optional label parameter to babel plugins for core
* Copy nimbus-ui into container before yarn build commands
* Only eslint ts source files
* Use container paths for nimbus-ui node_modules and built assets
* Upgrade TS version to latest
* Install eslint dev dependencies so we can lint outside react-scripts
* Rebuild yarn.lock file
* Use jsdom-sixteen jest test env for 'core'
* Use jsdom-sixteen jest test env for 'rapid'
* fix yarn deps issue, silence babel warning
* CI=yes not CI=true
* Add MPL license to missed file and add newline to package.json
* Fix dependabot spacing
* Move testing lib to dev dep instead of dep
* Fix double quotes in docker compose
Co-authored-by: Jared Lockhart <119884+jaredlockhart@users.noreply.github.com>
Co-authored-by: Jody Heavener <j.heavener@gmail.com>
2020-09-24 20:30:15 +03:00
|
|
|
|
|
|
|
# Dependencies
|
2020-01-24 16:21:09 +03:00
|
|
|
node_modules
|
2020-11-12 23:13:17 +03:00
|
|
|
|
|
|
|
google-credentials.json
|
2021-03-12 20:20:28 +03:00
|
|
|
|
|
|
|
# Jetstream config
|
2023-03-09 00:36:51 +03:00
|
|
|
experimenter/experimenter/outcomes/metric-hub-main/*
|
|
|
|
!experimenter/experimenter/outcomes/metric-hub-main/jetstream/
|
|
|
|
experimenter/experimenter/outcomes/metric-hub-main/jetstream/*
|
|
|
|
!experimenter/experimenter/outcomes/metric-hub-main/jetstream/outcomes/
|
|
|
|
experimenter/experimenter/outcomes/metric-hub.zip
|
2024-08-30 19:42:38 +03:00
|
|
|
experimenter/experimenter/segments/metric-hub-main/*
|
|
|
|
!experimenter/experimenter/segments/metric-hub-main/definitions/
|
|
|
|
!experimenter/experimenter/segments/metric-hub-main/jetstream/
|
|
|
|
experimenter/experimenter/segments/metric-hub-main/jetstream/*
|
|
|
|
!experimenter/experimenter/segments/metric-hub-main/jetstream/definitions/
|
|
|
|
experimenter/experimenter/segments/metric-hub.zip
|
2021-09-17 18:37:57 +03:00
|
|
|
|
2021-06-24 18:45:42 +03:00
|
|
|
# Versioning assets generated on build
|
2021-07-15 18:37:09 +03:00
|
|
|
**/commit-description.txt
|
|
|
|
**/commit-summary.txt
|
|
|
|
**/version.json
|
2023-03-06 21:45:53 +03:00
|
|
|
|
|
|
|
# Cirrus
|
2023-05-03 00:35:30 +03:00
|
|
|
cirrus/server/app/__pycache__
|
2023-08-16 20:24:05 +03:00
|
|
|
|
|
|
|
# Application Services for processing FML files
|
|
|
|
experimenter/experimenter/features/manifests/application-services/
|