feat: added docker entrypoint script and added stuff to gitignore and dockerignore
This commit is contained in:
@@ -0,0 +1,4 @@
|
|||||||
|
.git
|
||||||
|
.gitignore
|
||||||
|
README.md
|
||||||
|
LICENSE
|
||||||
|
|||||||
21
.gitignore
vendored
21
.gitignore
vendored
@@ -0,0 +1,21 @@
|
|||||||
|
# Ignore .DS_Store files
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
|
# Ignore GitHub Copilot Access Token
|
||||||
|
.config/github-copilot/
|
||||||
|
|
||||||
|
# Ignore qBittorent configs
|
||||||
|
.config/qBittorrent/
|
||||||
|
|
||||||
|
# Ignore .env files
|
||||||
|
.env
|
||||||
|
|
||||||
|
# Ignore .idea files
|
||||||
|
.idea
|
||||||
|
|
||||||
|
# Ignore .vscode files
|
||||||
|
.vscode
|
||||||
|
|
||||||
|
# Ignore .ssh directory
|
||||||
|
.ssh
|
||||||
|
|
||||||
|
|||||||
0
entrypoint.sh
Executable file
0
entrypoint.sh
Executable file
Reference in New Issue
Block a user