forked from thebuggenie/thebuggenie
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
69 lines (59 loc) · 1.15 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
core/config/b2db.yml
cache
files/*
.settings/
thebuggenie/.htaccess
installed
nbproject
thebuggenie.log
web.config
.buildpath
.DS_Store
.gitignore
.idea
*.kdev4
.project
.remote_password_hash
.remote_server
.remote_username
.remote_token
tmp
thebuggenie/test.php
*~
modules/*/vendor
vendor/
/composer.phar
.directory
# Ignore Node.js modules
/node_modules/
npm-debug.log
# Ignore minified JS and CSS that will be generated by Grunt
/public/js/**/*.min.js
/public/js/**/*.min.js.map
/public/css/**/*.min.css
/modules/*/public/js/**/*.min.js
/modules/*/public/js/**/*.min.js.map
/modules/*/public/css/**/*.min.css
/modules/*/fixtures/**/*.min.css
/themes/*/css/**/*.min.css
/themes/*/js/**/*.min.js
/themes/*/js/**/*.min.js.map
# Ignore local PHP configuration overrides.
public/.user.ini
# Ignore local log file.
thebuggenie.log
# Ignore user-specific Vagrant files.
.vagrant
# Ignore Ansible retry files.
ansible/*.retry
# Ignore files which constitute local-only artefacts.
artefacts/
# Ignore Apache logs (from Vagrant development machine)
apache-access.log
apache-error.log
# Ignore coverage report
coverage-report
# Ignore GNU Global tag files.
GPATH
GRTAGS
GTAGS