Implemented cryptomining, although its extremely bad optimized.

This commit is contained in:
2025-12-03 18:20:02 +01:00
commit c2d6d0b096
308 changed files with 56964 additions and 0 deletions
+34
View File
@@ -0,0 +1,34 @@
# See https://docs.docker.com/engine/reference/builder/#dockerignore-file
# Dependencies
node_modules
/node_modules
# Build artifacts
dist
build
.next
.output
# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Local env files
.env.local
.env.development.local
.env.test.local
.env.production.local
# IDE and OS files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
.DS_Store
Thumbs.db