From e9b25e7641edf841e2c53d42ae5db20a91b2cc7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Bersier?= Date: Sat, 4 May 2019 13:21:30 +0200 Subject: [PATCH] added comment --- .gitignore | 35 ++++++++++++++++++++++++----------- 1 file changed, 24 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 211fb1d2..3cfe7001 100644 --- a/.gitignore +++ b/.gitignore @@ -1,23 +1,36 @@ +# root / + config.json .DS_Store node_modules -node_modules\ .vscode -video.mp4 -json/blacklist.json -json/customresponse.json -tts.mp3 -ttsvc.mp3 +package-lock.json error/ -music.mp3 + +# video + +video.mp4 videoReady.mp4 -package-lock.json +SPOILER_video.mp4 +SPOILER_videoReady.mp4 + +## images + img/frame001.png img/spb.png img/de.png -SPOILER_video.mp4 -SPOILER_videoReady.mp4 -spb.png img/nolight.png +spb.png + +### audio + +tts.mp3 +ttsvc.mp3 +music.mp3 + +# json + +json/blacklist.json +json/customresponse.json board/*.json tag/*.json \ No newline at end of file