Implemented cryptomining, although its extremely bad optimized.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user