2019-02-15 13:52:44 +00:00
|
|
|
.DS_Store
|
2019-06-07 11:04:24 +00:00
|
|
|
|
|
|
|
# Created by .ignore support plugin (hsz.mobi)
|
|
|
|
### Node template
|
|
|
|
# Logs
|
|
|
|
logs
|
|
|
|
*.log
|
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
|
|
|
|
|
|
|
# Runtime data
|
|
|
|
pids
|
|
|
|
*.pid
|
|
|
|
*.seed
|
|
|
|
*.pid.lock
|
|
|
|
|
|
|
|
# Directory for instrumented libs generated by jscoverage/JSCover
|
|
|
|
lib-cov
|
|
|
|
|
|
|
|
# Coverage directory used by tools like istanbul
|
|
|
|
coverage
|
2022-04-28 13:52:49 +00:00
|
|
|
html_coverage
|
2019-06-07 11:04:24 +00:00
|
|
|
|
|
|
|
# nyc test coverage
|
|
|
|
.nyc_output
|
|
|
|
|
|
|
|
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
|
|
|
|
.grunt
|
|
|
|
|
|
|
|
# Bower dependency directory (https://bower.io/)
|
|
|
|
bower_components
|
|
|
|
|
|
|
|
# node-waf configuration
|
|
|
|
.lock-wscript
|
|
|
|
|
|
|
|
# Compiled binary addons (https://nodejs.org/api/addons.html)
|
|
|
|
build/Release
|
|
|
|
|
|
|
|
# Dependency directories
|
|
|
|
node_modules/
|
|
|
|
jspm_packages/
|
|
|
|
|
|
|
|
# TypeScript v1 declaration files
|
|
|
|
typings/
|
|
|
|
|
|
|
|
# Optional npm cache directory
|
|
|
|
.npm
|
|
|
|
|
|
|
|
# Optional eslint cache
|
|
|
|
.eslintcache
|
|
|
|
|
|
|
|
# Optional REPL history
|
|
|
|
.node_repl_history
|
|
|
|
|
|
|
|
# Output of 'npm pack'
|
|
|
|
*.tgz
|
|
|
|
|
|
|
|
# Yarn Integrity file
|
|
|
|
.yarn-integrity
|
|
|
|
|
|
|
|
# dotenv environment variables file
|
|
|
|
.env
|
|
|
|
|
|
|
|
# parcel-bundler cache (https://parceljs.org/)
|
|
|
|
.cache
|
|
|
|
|
|
|
|
# next.js build output
|
|
|
|
.next
|
|
|
|
|
|
|
|
# nuxt.js build output
|
|
|
|
.nuxt
|
|
|
|
|
|
|
|
# Nuxt generate
|
|
|
|
dist
|
|
|
|
|
|
|
|
# vuepress build output
|
|
|
|
.vuepress/dist
|
|
|
|
|
|
|
|
# Serverless directories
|
|
|
|
.serverless
|
|
|
|
|
|
|
|
# Service worker
|
|
|
|
sw.*
|
2019-06-14 14:28:23 +00:00
|
|
|
|
|
|
|
backend/src/baserow/config/settings/local.py
|
|
|
|
*.pyc
|
|
|
|
__pycache__
|
|
|
|
.pytest_cache
|
|
|
|
*.log
|
2020-04-08 19:03:36 +00:00
|
|
|
*.egg-info
|
2020-01-27 20:37:49 +00:00
|
|
|
|
|
|
|
docker-compose.override.yml
|
2021-03-10 08:50:07 +00:00
|
|
|
|
2023-01-11 14:19:38 +00:00
|
|
|
# python
|
2021-03-10 08:50:07 +00:00
|
|
|
venv/
|
2023-01-11 14:19:38 +00:00
|
|
|
.profiles/
|
2021-03-10 08:50:07 +00:00
|
|
|
|
2021-04-22 11:51:15 +00:00
|
|
|
web-frontend/plugins/
|
|
|
|
backend/plugins/
|
2022-02-02 15:53:14 +00:00
|
|
|
web-frontend/reports/
|
|
|
|
backend/reports/
|
2025-01-15 12:40:01 +00:00
|
|
|
backend/.env.testing*
|
2021-08-06 11:52:05 +00:00
|
|
|
|
2021-10-06 11:56:38 +00:00
|
|
|
.idea/
|
|
|
|
*.iml
|
|
|
|
|
2022-07-19 06:15:27 +00:00
|
|
|
!config/intellij/.idea/
|
|
|
|
!config/intellij/*.iml
|
|
|
|
!config/intellij/**/*.iml
|
2021-10-06 11:56:38 +00:00
|
|
|
|
|
|
|
# IntelliJ
|
|
|
|
out/
|
|
|
|
|
2021-08-12 08:55:44 +00:00
|
|
|
.vagrant/
|
|
|
|
|
2021-10-06 11:56:38 +00:00
|
|
|
|
2021-08-12 08:55:44 +00:00
|
|
|
# vscode config files
|
2022-07-19 06:15:27 +00:00
|
|
|
.vscode/
|
|
|
|
!config/vscode/.vscode/
|
2021-10-05 11:31:44 +00:00
|
|
|
|
2023-08-22 15:40:09 +00:00
|
|
|
# VIM's swap files
|
|
|
|
*.swp
|
|
|
|
|
2021-12-28 12:37:58 +00:00
|
|
|
formula/out/
|
2022-02-02 15:53:14 +00:00
|
|
|
|
|
|
|
.coverage
|
2022-02-22 14:51:38 +00:00
|
|
|
junit.xml
|
|
|
|
|
2022-06-28 16:29:56 +00:00
|
|
|
.env
|
|
|
|
|
2022-07-03 17:28:50 +00:00
|
|
|
!plugin-boilerplate/{{ cookiecutter.project_slug }}/.env
|
|
|
|
|
2022-07-19 06:15:27 +00:00
|
|
|
field-diagrams/
|
2022-08-31 15:49:01 +00:00
|
|
|
|
2022-10-13 10:24:55 +00:00
|
|
|
*.http
|
|
|
|
|
|
|
|
# Intellij needs this package.json to allow running tests from the IDE but this isn't
|
|
|
|
# actually a node module and so we ignore it.
|
2023-01-11 14:19:38 +00:00
|
|
|
premium/web-frontend/package.json
|
2023-08-22 15:40:09 +00:00
|
|
|
.local/
|
2023-11-10 13:20:57 +00:00
|
|
|
|
|
|
|
# Storybook
|
|
|
|
web-frontend/.nuxt-storybook/
|
|
|
|
web-frontend/storybook-static
|