Merge pull request #883 from jellyfin/restore-dockerfile

build(docker): restore dockerignore
This commit is contained in:
Julien Machiels 2021-03-15 12:13:41 +01:00 committed by GitHub
commit d6620ce1b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

37
.dockerignore Normal file
View 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