2020-10-08 09:21:27 -07:00
|
|
|
# Created by https://www.gitignore.io/api/node
|
|
|
|
|
|
|
|
### Node ###
|
|
|
|
# Logs
|
|
|
|
logs
|
|
|
|
*.log
|
|
|
|
npm-debug.log*
|
|
|
|
|
|
|
|
# Runtime data
|
|
|
|
pids
|
|
|
|
*.pid
|
|
|
|
*.seed
|
|
|
|
|
2020-11-02 10:24:23 -08:00
|
|
|
# OS Files
|
|
|
|
.DS_Store
|
|
|
|
|
|
|
|
# VSCode project files
|
|
|
|
.vscode
|
|
|
|
*.code-workspace
|
|
|
|
|
2020-10-08 09:21:27 -07:00
|
|
|
# Directory for instrumented libs generated by jscoverage/JSCover
|
|
|
|
lib-cov
|
|
|
|
|
|
|
|
# Coverage directory used by tools like istanbul
|
|
|
|
coverage
|
2020-12-10 13:45:56 -08:00
|
|
|
.nyc_output
|
2020-10-08 09:21:27 -07: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
|
|
|
|
|
|
|
|
# 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-13 16:49:29 -07:00
|
|
|
octo*.db
|
2021-01-26 11:23:20 -08:00
|
|
|
focalboard*.db
|
2022-03-30 18:10:11 -04:00
|
|
|
*.boardarchive
|
2020-10-15 01:02:41 +02:00
|
|
|
.eslintcache
|
2020-10-20 13:26:06 -07:00
|
|
|
.vscode/settings.json
|
2021-01-20 14:09:41 -08:00
|
|
|
# config.json is copied from app-config.json in the Makefile
|
|
|
|
mac/resources/config.json
|
2020-10-26 12:45:40 -07:00
|
|
|
mac/temp
|
|
|
|
mac/dist
|
2021-04-28 00:09:26 +02:00
|
|
|
mac/*.xcodeproj/**/xcuserdata
|
2020-11-03 15:04:04 -08:00
|
|
|
linux/bin
|
2020-10-29 10:03:48 +01:00
|
|
|
linux/dist
|
|
|
|
linux/temp
|
2021-01-06 14:50:37 -08:00
|
|
|
win/temp
|
2020-11-03 16:12:39 -08:00
|
|
|
win/dist
|
2021-01-14 11:56:02 -08:00
|
|
|
webapp/cypress/screenshots
|
2020-12-10 13:45:56 -08:00
|
|
|
webapp/cypress/videos
|
2021-02-17 11:29:20 -08:00
|
|
|
server/swagger/clients
|
2021-03-18 10:32:23 +03:00
|
|
|
server/vendor
|
2021-05-24 19:06:11 +02:00
|
|
|
mattermost-plugin/vendor
|
|
|
|
mattermost-plugin/dist
|
2021-03-18 10:32:23 +03:00
|
|
|
.idea
|
2021-03-18 20:35:54 -04:00
|
|
|
docker/certs
|
|
|
|
docker/data
|