forked from bolt/bolt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
64 lines (59 loc) · 1.03 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
# Bolt specific stuff. Don't put config files, databases or 'vendor' in Git.
app/cache/*
app/config/*.yml
app/config/extensions/
app/database/*
*config.yml
files/*
extensions/*
thumbs/
vendor/
phpunit.xml
theme/*
!theme/base-*
!theme/default
# Unless you want to store vendor's "state" in your Git repo.
composer.phar
composer.lock
# Files related to testing
tests/codeception/_output
tests/codeception/_support/*Tester.php
tests/codeception/_support/_generated/
tests/codeception/acceptance/AcceptanceTester.php
tests/codeception/functional/FunctionalTester.php
tests/codeception/unit/UnitTester.php
*.codeception-backup
tests/phpunit/web-root/
# NPM, Gulp and Grunt stuff
node_modules
bower_components
npm-debug.log
.sass-cache
app/src/tmp/
app/src/docs/
app/src/grunt-local/*.js
# Sourcemaps
app/view/maps/
*.map
# File-system cruft and temporary files
scrutinizer.phar
php-cs-fixer.phar
.DS_Store
.idea
__*
._*
web
Vagrantfile
.vagrant*
*.sublime-*
/tags
.*.swp
.swp
*.lock
.gitignore
.buildpath
.project
/bolt.log
coverage.xml
pimple.json
dump.php