forked from Luke-Wilson/vue-bootstrap-datetimepicker
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
69 lines (53 loc) · 797 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# https://github.com/github/gitignore
# http://git-scm.com/docs/gitignore
# phpstorm, webstorm
.idea/
# sublime and other ide
.project
*.sublime-*
.brackets.json
.vscode
# logs and cache
/logs/
*.log
npm-debug.log*
.sass-cache
.cache
.php_cs.cache
# OS generated files
[Tt]humbs.db
ehthumbs.db
*~
.*~
._*
*.bak
*.save
*.swp
# Recycle bin folder used by different os
.Trash-*
$RECYCLE.BIN/
# Windows shortcuts
*.lnk
# Folder config file
[Dd]esktop.ini
*.DS_Store
.DS_Store?
# node packages
# https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git
node_modules/
# bower packages
bower_components/
# Composer, exclude on root vendor folder
/vendor/
composer.phar
# Security tokens
*.pem
*.pub
*.crt
*.key
# Project related
*.tgz
/docs/
/dist/
/coverage/
/tmp/