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
|
|
|
|
|
2022-07-18 19:21:57 +02:00
|
|
|
# golang
|
|
|
|
go.work
|
|
|
|
go.work.sum
|
|
|
|
|
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
|
|
|
|
|
2022-11-01 20:13:23 +01:00
|
|
|
# Environment files
|
|
|
|
.env
|
|
|
|
|
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
|
2022-03-31 00:10:11 +02:00
|
|
|
*.boardarchive
|
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
|
2021-04-28 00:09:26 +02:00
|
|
|
mac/*.xcodeproj/**/xcuserdata
|
2020-11-04 00:04:04 +01:00
|
|
|
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
|
2021-05-24 19:06:11 +02:00
|
|
|
mattermost-plugin/vendor
|
|
|
|
mattermost-plugin/dist
|
2021-03-18 08:32:23 +01:00
|
|
|
.idea
|
2021-03-19 01:35:54 +01:00
|
|
|
docker/certs
|
|
|
|
docker/data
|
2022-04-23 00:57:35 +02:00
|
|
|
server/**/*.coverage
|
|
|
|
mattermost-plugin/**/*.coverage
|