1
0
Fork 0
peertube/.gitignore
lutangar 8b03e2ce1a feat(types): create peertube-types package
Create dedicated Typescript "types" configuration file for each "projects".
Create a types folder which includes every useful ts definition:
- client
- server
- shared
Add tooling to create a proper package, extract dependencies, etc...
Add CI Github task.

refactor(types): publish types package in release script
2021-12-16 10:08:43 +01:00

56 lines
701 B
Text

# NPM instalation
/node_modules/
/server/tools/node_modules
*npm-debug.log
yarn-error.log
# Testing
/test1/
/test2/
/test3/
/test4/
/test5/
/test6/
/server/tests/fixtures/video_high_bitrate_1080p.mp4
/server/tests/fixtures/video_59fps.mp4
# Production
/storage
/config/production.yaml
/config/local*
/ffmpeg/
/ffmpeg-3/
/ffmpeg-4/
/thumbnails/
/torrents/
/videos/
/previews/
/logs/
# IDE
/*.sublime-project
/*.sublime-workspace
/*.vscode
/**/.idea
/dist
/PeerTube.iml
*.swp
# Zanata
/.zanata-cache
/scripts/i18n/generate-iso639-target.ts
# Other
/dump.rdb
/.theia/
/profiling/
/*.zip
/*.tar.xz
/*.asc
/server/tools/import-mediacore.ts
/docker-volume/
/init.mp4
# TypeScript
*.tsbuildinfo
/types