budibase/.gitignore

91 lines
1.3 KiB
Plaintext
Raw Normal View History

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/
.idea/
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
/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'
*.tgz
# Yarn Integrity file
.yarn-integrity
# dotenv environment variables file
.env
!hosting/.env
hosting/.generated-envoy.dev.yaml
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
# Mac files
.DS_Store
2021-01-18 14:26:01 +01:00
# Nova Editor
.nova
# swap files (linux)
*.swp