mirror of
https://github.com/MrUnknownDE/unknownbin.git
synced 2026-04-24 08:23:48 +02:00
feat: Add Docker and GitHub Actions for CI/CD
This commit is contained in:
20
.dockerignore
Normal file
20
.dockerignore
Normal file
@@ -0,0 +1,20 @@
|
||||
# Git and IDE files
|
||||
.git
|
||||
.gitignore
|
||||
.idea
|
||||
*.iml
|
||||
|
||||
# Docker files
|
||||
Dockerfile
|
||||
|
||||
# GitHub Actions workflow
|
||||
.github
|
||||
|
||||
# Node.js modules (these will be installed inside the container)
|
||||
node_modules
|
||||
|
||||
# Logs
|
||||
npm-debug.log
|
||||
|
||||
# Documentation
|
||||
README.md
|
||||
Reference in New Issue
Block a user