-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
35 lines (35 loc) · 1.27 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
**/node_modules/
/*.js
/components/**/*.js
/EXTs/EXT-*/EXT-*.js
/EXTs/EXT-*/node_helper.js
/EXTs/EXT-*/components/**/*.js
/EXTs/EXT-*/node_modules/
/EXTs/EXT-Librespot/components/librespot/cache/credentials.json
/EXTs/EXT-Librespot/components/librespot/cache/files/*
/EXTs/EXT-Librespot/components/librespot/cache/volume
/EXTs/EXT-Librespot/components/sources/
/EXTs/EXT-Librespot/components/librespot/librespot
/EXTs/EXT-MusicPlayer/cover/*.jpg
/EXTs/EXT-Spotify/tokenSpotify.json
/EXTs/EXT-TelegramBot/cache/*
!/EXTs/EXT-TelegramBot/cache/.keep
/EXTs/EXT-TelegramBot/screenshot/screenshot_*.png
/EXTs/EXT-Website/smarthome.json
/EXTs/EXT-Website/backup/config.js.GA.*
/EXTs/EXT-Website/website/tools/.uptimed
/EXTs/EXT-Website/website/tokens/*
/EXTs/EXT-Website/website/config/**/*.js
/EXTs/EXT-Website/website/tools/*.js
/EXTs/EXT-SmartHome/smarthome.json
/EXTs/EXT-SmartHome/website/tokens/*
!/EXTs/EXT-SmartHome/website/tokens/.keep
/EXTs/EXT-PrixCarburants/data/database/PrixCarburants_instantane.xml
/EXTs/EXT-PrixCarburants/data/download.zip
/EXTs/EXT-Assistant/credentials.json
/EXTs/EXT-Assistant/tokenGA.json
/EXTs/EXT-Assistant/tmp/lastResponse.mp3
/EXTs/EXT-Assistant/tmp/responseOutput.html
/EXTs/EXT-Detector/build/
/EXTs/EXT-Detector/bin/
/EXTs/EXT-Detector/components/lib/node/binding/*