forked from leeyuentuen/php-jira-rest-client
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
39 lines (31 loc) · 673 Bytes
/
.gitignore
File metadata and controls
39 lines (31 loc) · 673 Bytes
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
# Created by https://www.gitignore.io
### Composer ###
composer.phar
vendor/
# Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
# composer.lock
### Editor (Vim, PhpStorm) ###
[._]*.s[a-w][a-z]
[._]s[a-w][a-z]
*.un~
Session.vim
.netrwhist
*~
.idea/
composer.lock
config.php
config.jira.json
jira-rest-client.log
screen_capture.png
bug-description.pdf
.env
# Ignore Vagrant Stuff
.vagrant
Vagrantfile
# Ignore scotch.io box and the folders of them
public/
storage/
.phpunit.result.cache
.env*
.php_cs.cache