2020-05-20 04:50:46 +00:00
|
|
|
/node_modules/
|
2020-05-22 06:14:28 +00:00
|
|
|
/_build/
|
2020-05-20 04:50:46 +00:00
|
|
|
/static/*.bundle.js
|
|
|
|
/static/*.bundle.js.map
|
2022-09-05 08:24:34 +00:00
|
|
|
/static/grist-plugin-api*
|
2021-04-26 22:49:02 +00:00
|
|
|
/static/bundle.css
|
2022-01-05 21:09:37 +00:00
|
|
|
/static/browser-check.js
|
2022-08-10 11:10:50 +00:00
|
|
|
/static/*.bundle.js.*.txt
|
|
|
|
/grist-sessions.db
|
|
|
|
/landing.db
|
2022-08-26 20:20:01 +00:00
|
|
|
/docs/
|
|
|
|
/sandbox_venv*
|
2022-12-15 09:58:12 +00:00
|
|
|
/.vscode/
|
2020-05-20 04:50:46 +00:00
|
|
|
|
|
|
|
# Build helper files.
|
|
|
|
/.build*
|
|
|
|
|
|
|
|
*.swp
|
|
|
|
*.pyc
|
|
|
|
*.bak
|
|
|
|
.DS_Store
|
|
|
|
|
|
|
|
# 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 (http://gruntjs.com/creating-plugins#storing-task-files)
|
|
|
|
.grunt
|
|
|
|
|
|
|
|
# node-waf configuration
|
|
|
|
.lock-wscript
|
|
|
|
|
|
|
|
# Compiled binary addons (http://nodejs.org/api/addons.html)
|
|
|
|
build/Release
|
|
|
|
|
|
|
|
# Dependency directories
|
|
|
|
/node_modules/
|
|
|
|
jspm_packages/
|
2022-08-18 21:08:39 +00:00
|
|
|
/docs
|
2020-05-20 04:50:46 +00:00
|
|
|
|
|
|
|
# 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
|
2023-03-06 21:56:25 +00:00
|
|
|
|
2023-04-17 15:14:25 +00:00
|
|
|
# Test
|
|
|
|
timings.txt
|
|
|
|
xunit.xml
|
|
|
|
|
2023-03-06 21:56:25 +00:00
|
|
|
**/_build
|