mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2025-02-19 21:40:52 +00:00
37 lines
389 B
Plaintext
37 lines
389 B
Plaintext
# Dockerfile
|
|
Dockerfile
|
|
|
|
# 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
|