mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-05 07:44:38 +00:00
61 lines
562 B
Text
61 lines
562 B
Text
# 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
|