2010-02-04 02:09:44 +03:00
|
|
|
*.pyc
|
|
|
|
*.pyo
|
2013-05-24 20:17:38 +04:00
|
|
|
kitsune/settings_local.py
|
2015-05-27 23:32:54 +03:00
|
|
|
kitsune/sumo/static/sumo/js/templates
|
2010-02-04 02:09:44 +03:00
|
|
|
pip-log.txt
|
2010-04-08 03:43:51 +04:00
|
|
|
.coverage
|
|
|
|
coverage.xml
|
2013-05-24 20:17:38 +04:00
|
|
|
kitsune/build.py
|
2019-01-02 20:11:00 +03:00
|
|
|
**/*-all.css
|
|
|
|
**/*-min.css
|
|
|
|
**/*-all.js
|
|
|
|
**/*-min.js
|
2010-07-27 05:43:10 +04:00
|
|
|
media/uploads
|
2013-04-05 18:53:57 +04:00
|
|
|
node_modules
|
2015-03-24 09:02:09 +03:00
|
|
|
bower_components
|
2010-10-04 20:15:49 +04:00
|
|
|
tmp
|
2011-01-14 21:00:08 +03:00
|
|
|
locale
|
2011-09-11 03:24:39 +04:00
|
|
|
docs/_build
|
2012-07-25 23:48:53 +04:00
|
|
|
/static
|
|
|
|
*.less.css
|
2013-04-05 18:53:57 +04:00
|
|
|
.DS_Store
|
2013-08-14 03:32:28 +04:00
|
|
|
james.ini
|
2014-11-19 10:05:22 +03:00
|
|
|
build.py
|
2014-06-20 03:09:35 +04:00
|
|
|
.vagrant/
|
2015-04-16 13:09:35 +03:00
|
|
|
venv/
|
2016-10-31 15:38:31 +03:00
|
|
|
.cache
|
|
|
|
.tox
|
2017-11-21 14:54:25 +03:00
|
|
|
.env
|
2018-01-29 23:17:27 +03:00
|
|
|
.config
|
2018-02-28 20:36:48 +03:00
|
|
|
.node-gyp
|
2018-02-15 23:26:34 +03:00
|
|
|
.npm
|
2018-03-15 14:51:59 +03:00
|
|
|
k8s/regions/*/kubeconfig
|
|
|
|
k8s/regions/*/kubectl
|
|
|
|
k8s/regions/*/*-secrets.yaml
|
2018-07-19 18:20:01 +03:00
|
|
|
*.db
|
|
|
|
*.sqlite3
|
2018-08-03 19:20:44 +03:00
|
|
|
.bash_history
|
2020-03-20 17:26:43 +03:00
|
|
|
.vscode-server
|
2021-09-30 14:46:08 +03:00
|
|
|
.vscode/*.log
|
2018-10-23 22:14:59 +03:00
|
|
|
.yarnrc
|
2018-10-30 22:44:11 +03:00
|
|
|
.docker-build*
|
2019-01-02 20:11:00 +03:00
|
|
|
postatus.txt
|
2019-03-08 14:56:19 +03:00
|
|
|
.ipython
|
2019-12-02 18:46:17 +03:00
|
|
|
.sass-cache/
|
|
|
|
styleguide/build/
|
2020-02-12 22:03:26 +03:00
|
|
|
.gitconfig
|
2019-12-05 05:25:38 +03:00
|
|
|
npm-debug.log
|
2020-02-07 23:23:46 +03:00
|
|
|
.babel.json
|
2020-03-04 12:22:25 +03:00
|
|
|
.log
|
|
|
|
.python-version
|
2020-03-20 17:26:43 +03:00
|
|
|
.pylint*
|
2020-03-24 00:58:46 +03:00
|
|
|
.devcontainer.code-workspace
|
2022-06-16 12:08:30 +03:00
|
|
|
.devcontainer/.*CommandMarker
|
2020-04-28 15:46:51 +03:00
|
|
|
assets/
|
2020-06-16 11:56:43 +03:00
|
|
|
.gnupg
|
2020-06-10 13:33:39 +03:00
|
|
|
celerybeat-schedule
|
|
|
|
celerybeat.pid
|
2020-07-24 16:26:41 +03:00
|
|
|
.python_history
|
2020-07-22 14:28:01 +03:00
|
|
|
.ssh
|
2021-03-01 21:01:44 +03:00
|
|
|
*.zip
|
2021-06-21 13:10:11 +03:00
|
|
|
dist/
|
2021-11-17 13:09:32 +03:00
|
|
|
.mysql_history
|
2023-11-10 00:33:32 +03:00
|
|
|
.psql_history
|
2022-01-11 18:43:26 +03:00
|
|
|
.local
|
2022-04-04 14:21:54 +03:00
|
|
|
.pdbhistory
|
2022-07-05 18:08:04 +03:00
|
|
|
.minikube
|
2022-12-13 10:48:13 +03:00
|
|
|
locust*
|
2023-02-13 17:03:23 +03:00
|
|
|
.dotnet
|
2023-04-08 16:07:30 +03:00
|
|
|
.vim
|
2023-03-22 00:11:36 +03:00
|
|
|
.pytest_cache/
|
|
|
|
geckodriver.log
|
|
|
|
chromedriver.log
|
2023-09-21 17:45:34 +03:00
|
|
|
.node_repl_history
|
2024-09-09 14:02:04 +03:00
|
|
|
.cursor-server
|
2024-10-09 10:38:34 +03:00
|
|
|
.gk/
|