forked from bolt/bolt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
58 lines (51 loc) · 854 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
# 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/
theme/*
composer.lock
# Bolt development files
app/src/tmp/
app/src/docs/
app/src/grunt-local/*.js
app/view/maps/
pimple.json
.deploy.yml
# Bolt testing files
coverage.xml
phpunit.xml
*.codeception-backup
tests/codeception/_output
tests/codeception/_support/*Tester.php
tests/codeception/_support/_generated/
tests/phpunit/web-root/
# Common developer tools
codeception.phar
composer.phar
php-cs-fixer.phar
scrutinizer.phar
# NPM, Gulp and Grunt stuff
node_modules
bower_components
npm-debug.log
.sass-cache
!yarn.lock
# Sourcemaps
*.map
# File-system cruft and temporary files
.DS_Store
__*
._*
Vagrantfile
.vagrant*
.*.swp
.swp
*.lock
.buildpath
.idea