forked from botuniverse/php-libonebot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
54 lines (41 loc) · 911 Bytes
/
.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
### Composer ###
composer.phar
/vendor/
composer.lock
# CGHooks
cghooks.lock
# 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
### Git ###
# Created by git for backups. To disable backups in Git:
# $ git config --global mergetool.keepBackup false
*.orig
# Created by git when using merge tools for conflicts
*.BACKUP.*
*.BASE.*
*.LOCAL.*
*.REMOTE.*
*_BACKUP_*.txt
*_BASE_*.txt
*_LOCAL_*.txt
*_REMOTE_*.txt
### PhpStorm ###
/.idea
### VisualStudioCode ###
/.vscode
*.code-workspace
# Local History for Visual Studio Code
.history/
# Ignore all local history of files
.history
.ionide
.phpunit.result.cache
### ASDF ###
.tool-versions
### Phive ###
tools
.phive
### pcov coverage report
build/
data/