This repository has been archived by the owner on Nov 12, 2020. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
88 lines (75 loc) · 1.84 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# Mac
.DS_Store
._.DS_Store
# Vagrant
.vagrant
puphpet/files/dot/ssh/id_rsa
puphpet/files/dot/ssh/id_rsa.pem
puphpet/files/dot/ssh/id_rsa.ppk
puphpet/files/dot/ssh/id_rsa.pub
puphpet/files/dot/ssh/root_id_rsa
puphpet/files/dot/ssh/root_id_rsa.pem
puphpet/files/dot/ssh/root_id_rsa.ppk
puphpet/files/dot/ssh/root_id_rsa.pub
# PhpStorm
.idea
# Node
node_modules
# Matyotools
node/MatyoTools/node_modules
# Youtube
python/youtube/dl
# Beautifier
php/Beautifier/test.beautified.php
php/Beautifier/test.beautifier.log
# CS-Fixer
php/CS-Fixer/vendor
# Harvest
php/Harvest/web/bundles/
php/Harvest/app/bootstrap.php.cache
php/Harvest/app/config/parameters.yml
php/Harvest/app/cache/*
php/Harvest/app/logs/*
php/Harvest/build/
php/Harvest/vendor/
php/Harvest/domino/reports
php/Harvest/domino/tests/*.gen.js
php/Harvest/harvest.log
php/Harvest/harvest_err.log
# Hipchat
php/Hipchat/web/bundles/
php/Hipchat/app/bootstrap.php.cache
php/Hipchat/app/config/parameters.yml
php/Hipchat/app/cache/*
php/Hipchat/app/logs/*
php/Hipchat/build/
php/Hipchat/vendor/
# HeartBreaker
php/HeartBreaker/.cache
php/HeartBreaker/app/bootstrap.php.cache
php/HeartBreaker/app/cache/*
php/HeartBreaker/app/config/parameters.yml
php/HeartBreaker/app/logs/*
php/HeartBreaker/app/phpunit.xml
php/HeartBreaker/composer.phar
php/HeartBreaker/vendor/
php/HeartBreaker/web/bundles/
php/HeartBreaker/web/media/
php/HeartBreaker/phpMemcachedAdmin
# SocialNetwork
php/SocialNetwork/web/bundles/
php/SocialNetwork/app/bootstrap.php.cache
php/SocialNetwork/app/config/parameters.yml
php/SocialNetwork/var/cache/*
php/SocialNetwork/var/logs/*
php/SocialNetwork/build/
php/SocialNetwork/vendor/
php/SocialNetwork/domino/reports
php/SocialNetwork/domino/tests/*.gen.js
# Botman
php/Botman/app/config/parameters.yml
php/Botman/var/
php/Botman/vendor/
# SearchReplace
php/SearchReplace/tests
php/SearchReplace/vendor