forked from JeremyDunn/php-fedex-api-wrapper
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
59 lines (48 loc) · 660 Bytes
/
Copy path.gitignore
File metadata and controls
59 lines (48 loc) · 660 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# https://github.com/github/gitignore
# https://www.gitignore.io/
# http://git-scm.com/docs/gitignore
# phpstorm
.idea/
# sublime and other ide
.project
*.sublime-project
*.sublime-workspace
.brackets.json
_notes
# logs
logs/
*.log
npm-debug.log*
error_log
# OS generated files
[Tt]humbs.db
ehthumbs.db
*~
.*~
._*
*.bak
# Recycle bin folder used by different os
.Trash-*
.Trashes
$RECYCLE.BIN/
.Spotlight-V100
# Windows shortcuts
*.lnk
# Folder config file
[Dd]esktop.ini
.DS_Store
*.DS_Store
.DS_Store?
Icon?
# composer
vendor/
composer.phar
# Security tokens
*.pem
*.pub
*.crt
# Project Specific
nbproject
examples/credentials.php
doc/
tests/logs