mirror of
https://github.com/MrUnknownDE/unknownbin.git
synced 2026-04-06 00:32:08 +02:00
20 lines
237 B
Plaintext
20 lines
237 B
Plaintext
# 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 |