-
Notifications
You must be signed in to change notification settings - Fork 15
/
.gitignore
70 lines (69 loc) · 1.38 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# Ignore Files
#---------------------------
/config.php
/bin/Apache/conf/httpd.conf
/bin/Apache/conf/server.crt
/bin/Apache/conf/server.csr
/bin/Apache/conf/server.key
/bin/Apache/logs/*
/bin/PHP/php.ini
/bin/QSVEncC/qsv_check.html
/bin/TSTask/BonDriver/*
/bin/TSTask/BonDriver_TSTask.dll
/bin/TSTask/TSTask-tvrp.exe
/bin/TSTask/TSTaskCentre-tvrp.exe
/bin/TSTask/WinSCard.dll
/bin/TSTask/WinSCard.ini
/bin/TSTask/*.log
/data/twitter_session/*
/data/session/*
/data/upload/*
/data/jikkyo_ikioi.json
/data/niconico.cookie
/data/settings.json
/logs/*
/modules/Cast/cast.json
/modules/Cast/scan.json
/htdocs/phpinfo.php
/htdocs/files/info/*
/htdocs/files/thumb/*
/htdocs/files/fileinfo.json
/htdocs/files/fileinfo.json.lock
/htdocs/files/history.json
/htdocs/files/TVRemotePlus.crt
/htdocs/stream/*
!.gitkeep
# Temporary Files
#---------------------------
# vim
[._]*.s[a-w][a-z]
[._]s[a-w][a-z]
*.un~
Session.vim
.netrwhist
# Emacs
.\#*
# Backup files
#---------------------------
*~
*.orig
*.bak
# yyyyMMdd
*.[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]
# yyyyMMddHHmm
*.[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]
# yyyyMMddHHmmss
*.[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]
# OS dependent files
#---------------------------
.DS_Store
Thumbs.db
# Bundler specific
#---------------------------
/vendor/bundle/
/.bundle/
# Office specific
~$*
*.tmp
# Vagrant specific
.vagrant/