mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2024-11-27 16:20:36 +00:00
Merge pull request #883 from jellyfin/restore-dockerfile
build(docker): restore dockerignore
This commit is contained in:
commit
d6620ce1b4
37
.dockerignore
Normal file
37
.dockerignore
Normal file
@ -0,0 +1,37 @@
|
||||
# Dockerfile
|
||||
Dockerfile
|
||||
Dockerfile.static
|
||||
|
||||
# Coverage directory used by tools like istanbul
|
||||
coverage
|
||||
|
||||
# Dependency directories
|
||||
node_modules/
|
||||
|
||||
# Optional npm cache directory
|
||||
.npm
|
||||
|
||||
# Optional eslint cache
|
||||
.eslintcache
|
||||
|
||||
# Output of 'npm pack'
|
||||
*.tgz
|
||||
|
||||
# dotenv environment variables file
|
||||
.env
|
||||
|
||||
# IDE / Editor
|
||||
.idea
|
||||
.run
|
||||
.vscode
|
||||
|
||||
# macOS
|
||||
.DS_Store
|
||||
|
||||
# Vim swap files
|
||||
*.swp
|
||||
|
||||
# Github & CI
|
||||
.github
|
||||
.devcontainer
|
||||
.ci
|
Loading…
Reference in New Issue
Block a user