forked from MiczFlor/RPi-Jukebox-RFID
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
executable file
·52 lines (44 loc) · 1.24 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# These files are created automatically or on individual purpose of the user. They shall not be push to the repository
settings/Audio_Folders_Path
settings/Audio_Volume_Change_Step
settings/Audio_iFace_Name
settings/cover.jpg
settings/edition
settings/Idle_Time_Before_Shutdown
settings/Latest_Folder_Played
settings/Latest_Played_File
settings/Latest_Playlist_Played
settings/Latest_RFID
settings/Max_Volume_Limit
settings/Playlists_Folders_Path
settings/rfid_trigger_play.conf
settings/Second_Swipe
settings/ShowCover
settings/sync-shared.conf
settings/sync-shared-enabled
settings/version
htdocs/config.php
scripts/deviceName.txt
scripts/gpio-buttons.py
settings/PhonieboxInstall.conf
shared/*
playlists/*
pythonenv*/*
logs/*
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
.git
*~
*.*~
*.pyc
*.idea
# Created by https://www.gitignore.io/api/composer
# Edit at https://www.gitignore.io/?templates=composer
### Composer ###
composer.phar
/vendor/
# Commit your application's lock file https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
# composer.lock
# End of https://www.gitignore.io/api/composer