mirror of
https://github.com/Radiquum/AniX.git
synced 2025-09-04 13:35:36 +05:00
feat: add Dockerfile
This commit is contained in:
parent
767121c77b
commit
ed20227b1a
9 changed files with 144 additions and 7 deletions
68
.dockerignore
Normal file
68
.dockerignore
Normal file
|
@ -0,0 +1,68 @@
|
|||
# Python
|
||||
__pycache__
|
||||
venv
|
||||
.mypy_cache
|
||||
|
||||
# VSCode
|
||||
.VSCode
|
||||
*.code-workspace
|
||||
|
||||
# DetaSpace
|
||||
.space
|
||||
|
||||
# NextJS
|
||||
## dependencies
|
||||
standalone
|
||||
node_modules
|
||||
.pnp
|
||||
.pnp.js
|
||||
.yarn/install-state.gz
|
||||
|
||||
## testing
|
||||
coverage
|
||||
|
||||
## next.js
|
||||
.next
|
||||
out
|
||||
|
||||
## production
|
||||
build
|
||||
|
||||
## misc
|
||||
.DS_Store
|
||||
*.pem
|
||||
|
||||
## debug
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
## local env files
|
||||
.env*.local
|
||||
|
||||
## vercel
|
||||
.vercel
|
||||
|
||||
## typescript
|
||||
*.tsbuildinfo
|
||||
next-env.d.ts
|
||||
|
||||
# traefik
|
||||
traefik/traefik
|
||||
|
||||
old/
|
||||
#Trigger Vercel Prod Build
|
||||
|
||||
# next-video
|
||||
videos/*
|
||||
!videos/*.json
|
||||
!videos/*.js
|
||||
!videos/*.ts
|
||||
public/_next-video
|
||||
|
||||
API-Trace/*
|
||||
.env
|
||||
|
||||
player-parsers
|
||||
docs
|
||||
.git
|
Loading…
Add table
Add a link
Reference in a new issue