mirror of
https://github.com/the-draupnir-project/Draupnir.git
synced 2026-05-25 09:54:00 +00:00
7146216188
* Fix the bot-sdk crypto by initializing the bot-sdk earlier Signed-off-by: MTRNord <mtrnord1@gmail.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Fix formatting Signed-off-by: MTRNord <mtrnord1@gmail.com> * Instead of moving the sync start we move the one message causing issues. This makes sure we are actually ready for incoming messages Signed-off-by: MTRNord <mtrnord1@gmail.com> * Add a comment on why the startupComplete method is public --------- Signed-off-by: MTRNord <mtrnord1@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
100 lines
1.4 KiB
Plaintext
100 lines
1.4 KiB
Plaintext
# SPDX-FileCopyrightText: 2024 Gnuxie <Gnuxie@protonmail.com>
|
|
#
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
# Draupnir config
|
|
config/*
|
|
!config/default.yaml
|
|
|
|
# Draupnir test data
|
|
mjolnir-registration.yaml
|
|
test/harness/mjolnir-data/*
|
|
|
|
# Misc
|
|
|
|
lib/
|
|
storage/
|
|
venv/
|
|
|
|
/.idea
|
|
|
|
/db
|
|
|
|
# version file generated from yarn build
|
|
version.txt
|
|
# 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
|
|
|
|
# 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/
|
|
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
|
|
|
|
# next.js build output
|
|
.next
|
|
|
|
# Python packing directories.
|
|
mjolnir.egg-info/
|
|
|
|
# VS
|
|
.vs
|
|
|
|
# Yarn versions through corepack
|
|
.yarn
|
|
# Only contains possibly broken path, replaced by .yarnrc.yml in modern Yarn
|
|
.yarnrc
|
|
|
|
# VS Code workspace settings
|
|
/.vscode
|