/ .gitignore
.gitignore
1 .data/ 2 .temp/ 3 packages/server/runtime_apps/ 4 .idea/ 5 bb-airgapped.tar.gz 6 *.iml 7 packages/server/build/oldClientVersions/**/* 8 packages/builder/src/components/deploy/clientVersions.json 9 packages/server/src/integrations/tests/utils/*.lock 10 packages/builder/vite.config.mjs.timestamp* 11 packages/client/vite.config.mjs.timestamp* 12 packages/account-portal 13 14 # Logs 15 logs 16 *.log 17 npm-debug.log* 18 yarn-debug.log* 19 yarn-error.log* 20 21 # Runtime data 22 pids 23 *.pid 24 *.seed 25 *.pid.lock 26 27 # Directory for instrumented libs generated by jscoverage/JSCover 28 lib-cov 29 30 # Coverage directory used by tools like istanbul 31 coverage 32 33 # nyc test coverage 34 .nyc_output 35 36 # Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files) 37 .grunt 38 39 # Bower dependency directory (https://bower.io/) 40 bower_components 41 42 # node-waf configuration 43 .lock-wscript 44 45 # Compiled binary addons (https://nodejs.org/api/addons.html) 46 build/Release 47 48 # Dependency directories 49 jspm_packages/ 50 *.min.js 51 *.map 52 node_modules/ 53 dist/ 54 55 # TypeScript v1 declaration files 56 typings/ 57 *.tsbuildinfo 58 59 # Optional npm cache directory 60 .npm 61 62 # Optional eslint cache 63 .eslintcache 64 65 # Optional REPL history 66 .node_repl_history 67 68 # Output of 'npm pack' 69 # *.tgz 70 71 # Yarn Integrity file 72 .yarn-integrity 73 74 # dotenv environment variables file 75 .env 76 !hosting/.env 77 78 # parcel-bundler cache (https://parceljs.org/) 79 .cache 80 .svelte-check/ 81 82 # next.js build output 83 .next 84 85 # nuxt.js build output 86 .nuxt 87 88 # vuepress build output 89 .vuepress/dist 90 91 # Serverless directories 92 .serverless 93 94 # Mac files 95 .DS_Store 96 97 # Nova Editor 98 .nova 99 100 # swap files (linux) 101 *.swp 102 103 # Sublime text 104 *.sublime-project 105 *.sublime-workspace 106 107 bin/ 108 hosting/.generated* 109 hosting/redis-tls/certs/ 110 stats.html 111 112 113 # plugins 114 budibase-component 115 budibase-datasource 116 117 *.iml 118 .nx 119 .claude 120 .opencode 121 .env 122 docker-compose.yaml