Files
IPTV-Restream/backend/.dockerignore
2024-11-23 16:11:14 +00:00

32 lines
339 B
Plaintext

# Node.js modules und Abhängigkeiten (werden durch npm install oder yarn installiert)
node_modules
npm-debug.log
yarn-error.log
.DS_Store
dist
build
*.log
*.tmp
*.swp
.env
.env.local
.env.test
.env.production
.dockerignore
.git
.gitignore
.gitattributes
.gitlab-ci.yml
.github
*.vscode
*.idea
*.sublime*
coverage
*.test.js
*.spec.js