PeerTube/.gitignore

60 lines
739 B
Plaintext
Raw Normal View History

# NPM instalation
2016-11-06 14:25:21 -06:00
/node_modules/
/server/tools/node_modules
*npm-debug.log
yarn-error.log
# Testing
2016-11-06 14:25:21 -06:00
/test1/
/test2/
/test3/
/test4/
/test5/
/test6/
/server/tests/fixtures/video_high_bitrate_1080p.mp4
2020-01-29 09:54:03 -06:00
/server/tests/fixtures/video_59fps.mp4
# Production
2021-05-14 09:56:44 -05:00
/storage
2016-11-06 14:25:21 -06:00
/config/production.yaml
2018-01-30 06:27:07 -06:00
/config/local*
2016-11-06 14:25:21 -06:00
/ffmpeg/
/ffmpeg-3/
2019-04-23 02:50:57 -05:00
/ffmpeg-4/
/thumbnails/
/torrents/
/videos/
/previews/
/logs/
# IDE
2016-11-06 14:25:21 -06:00
/*.sublime-project
/*.sublime-workspace
/*.vscode
/**/.idea
/dist
/PeerTube.iml
*.swp
# Zanata
/.zanata-cache
/scripts/i18n/generate-iso639-target.ts
# Other
/dump.rdb
/.theia/
2018-01-09 08:29:05 -06:00
/profiling/
2018-01-15 04:51:51 -06:00
/*.zip
2018-05-07 06:06:56 -05:00
/*.tar.xz
/*.asc
*.DS_Store
/server/tools/import-mediacore.ts
2018-05-07 11:39:42 -05:00
/docker-volume/
/init.mp4
# TypeScript
*.tsbuildinfo
2021-12-28 03:18:15 -06:00
# Packages
/packages/types/dist/