2019-09-10 07:00:19 +02:00
|
|
|
builder/*
|
2019-06-07 13:02:48 +02:00
|
|
|
.data/
|
2019-06-28 23:59:27 +02:00
|
|
|
.temp/
|
2019-07-16 23:14:57 +02:00
|
|
|
packages/server/runtime_apps/
|
2020-09-08 17:52:09 +02:00
|
|
|
.idea/
|
2021-10-28 13:29:00 +02:00
|
|
|
bb-airgapped.tar.gz
|
2019-06-07 13:02:48 +02:00
|
|
|
|
2019-03-19 22:45:21 +01:00
|
|
|
# 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
|
|
|
|
|
|
|
|
# nyc test coverage
|
|
|
|
.nyc_output
|
|
|
|
|
|
|
|
# Grunt intermediate storage (https://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
|
2020-03-31 11:50:13 +02:00
|
|
|
/node_modules/
|
2019-03-19 22:45:21 +01:00
|
|
|
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'
|
2021-08-17 15:50:57 +02:00
|
|
|
# *.tgz
|
2019-03-19 22:45:21 +01:00
|
|
|
|
|
|
|
# Yarn Integrity file
|
|
|
|
.yarn-integrity
|
|
|
|
|
|
|
|
# dotenv environment variables file
|
|
|
|
.env
|
2021-01-07 12:38:37 +01:00
|
|
|
!hosting/.env
|
2022-01-11 20:33:22 +01:00
|
|
|
hosting/.generated-nginx.dev.conf
|
2022-02-16 14:16:06 +01:00
|
|
|
hosting/proxy/.generated-nginx.prod.conf
|
2019-03-19 22:45:21 +01:00
|
|
|
|
|
|
|
# parcel-bundler cache (https://parceljs.org/)
|
|
|
|
.cache
|
|
|
|
|
|
|
|
# next.js build output
|
|
|
|
.next
|
|
|
|
|
|
|
|
# nuxt.js build output
|
|
|
|
.nuxt
|
|
|
|
|
|
|
|
# vuepress build output
|
|
|
|
.vuepress/dist
|
|
|
|
|
|
|
|
# Serverless directories
|
2020-01-21 13:06:32 +01:00
|
|
|
.serverless
|
2020-05-16 19:19:36 +02:00
|
|
|
|
|
|
|
# Mac files
|
|
|
|
.DS_Store
|
2021-01-18 14:26:01 +01:00
|
|
|
|
|
|
|
# Nova Editor
|
2021-03-19 15:43:41 +01:00
|
|
|
.nova
|
|
|
|
|
|
|
|
# swap files (linux)
|
|
|
|
*.swp
|
2021-06-15 13:42:50 +02:00
|
|
|
|
|
|
|
# Sublime text
|
|
|
|
*.sublime-project
|
2021-08-17 15:50:57 +02:00
|
|
|
*.sublime-workspace
|
2022-01-05 17:41:09 +01:00
|
|
|
|
|
|
|
bin/
|
2022-02-10 19:34:55 +01:00
|
|
|
hosting/.generated*
|
2022-05-18 20:55:41 +02:00
|
|
|
packages/builder/cypress.env.json
|
|
|
|
packages/builder/cypress/reports
|
|
|
|
stats.html
|
|
|
|
|
2022-06-10 23:57:12 +02:00
|
|
|
# TypeScript cache
|
|
|
|
*.tsbuildinfo
|