focalboard/.gitignore

71 lines
1.1 KiB
Plaintext
Raw Normal View History

2020-10-08 18:21:27 +02:00
# Created by https://www.gitignore.io/api/node
### Node ###
# Logs
logs
*.log
npm-debug.log*
# Runtime data
pids
*.pid
*.seed
2020-11-02 19:24:23 +01:00
# OS Files
.DS_Store
# VSCode project files
.vscode
*.code-workspace
2020-10-08 18:21:27 +02:00
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
# Coverage directory used by tools like istanbul
coverage
2020-12-10 22:45:56 +01:00
.nyc_output
2020-10-08 18:21:27 +02:00
# 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
2021-03-29 20:10:12 +02:00
# Enterprise files
server/main/imports.go
server/enterprise
2020-10-08 18:21:27 +02:00
# Dependency directory
# https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git
node_modules
dist
pack
bin
debug
__debug_bin
files
2020-10-14 01:49:29 +02:00
octo*.db
2021-01-26 20:23:20 +01:00
focalboard*.db
2020-10-15 01:02:41 +02:00
.eslintcache
2020-10-20 22:26:06 +02:00
.vscode/settings.json
2021-01-20 23:09:41 +01:00
# config.json is copied from app-config.json in the Makefile
mac/resources/config.json
2020-10-26 20:45:40 +01:00
mac/temp
mac/dist
mac/*.xcodeproj/**/xcuserdata
linux/bin
2020-10-29 10:03:48 +01:00
linux/dist
linux/temp
2021-01-06 23:50:37 +01:00
win/temp
2020-11-04 01:12:39 +01:00
win/dist
2021-01-14 20:56:02 +01:00
webapp/cypress/screenshots
2020-12-10 22:45:56 +01:00
webapp/cypress/videos
2021-02-17 20:29:20 +01:00
server/swagger/clients
2021-03-18 08:32:23 +01:00
server/vendor
.idea
2021-03-19 01:35:54 +01:00
docker/certs
docker/data