mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Updated git files after laravel 5.2 upgrade
This commit is contained in:
parent
53677e3c64
commit
66703b30b3
2
.gitattributes
vendored
Normal file → Executable file
2
.gitattributes
vendored
Normal file → Executable file
@ -1 +1,3 @@
|
||||
* text=auto
|
||||
*.css linguist-vendored
|
||||
*.less linguist-vendored
|
||||
|
39
.gitignore
vendored
Normal file → Executable file
39
.gitignore
vendored
Normal file → Executable file
@ -1,36 +1,9 @@
|
||||
/bootstrap/compiled.php
|
||||
/vendor
|
||||
composer.phar
|
||||
Thumbs.db
|
||||
.idea/
|
||||
tests/_output/*
|
||||
_ide_helper.php
|
||||
/build/logs
|
||||
index.html*
|
||||
app/storage/firefly-export*
|
||||
.vagrant
|
||||
firefly-iii-import-*.json
|
||||
tests/_output/*
|
||||
testing.sqlite
|
||||
_ide_helper_models.php
|
||||
clean.sqlite
|
||||
tests/acceptance/AcceptanceTester.php
|
||||
tests/functional/FunctionalTester.php
|
||||
tests/unit/UnitTester.php
|
||||
pi.php
|
||||
tests/_data/db.sqlite
|
||||
tests/_data/dump.sql
|
||||
db.sqlite_snapshot
|
||||
c3.php
|
||||
db.sqlite-journal
|
||||
tests/_output/*
|
||||
/node_modules
|
||||
Homestead.yaml
|
||||
Homestead.json
|
||||
.env
|
||||
clover.xml
|
||||
node_modules/
|
||||
addNewLines.php
|
||||
.idea/
|
||||
_ide_helper.php
|
||||
_ide_helper_models.php
|
||||
.phpstorm.meta.php
|
||||
.env.backup
|
||||
.env.local
|
||||
|
||||
tests/_output/*
|
||||
tests/_output/*
|
||||
|
0
app/Handlers/Commands/.gitkeep → app/Listeners/.gitkeep
Normal file → Executable file
0
app/Handlers/Commands/.gitkeep → app/Listeners/.gitkeep
Normal file → Executable file
0
app/Handlers/Events/.gitkeep → app/Policies/.gitkeep
Normal file → Executable file
0
app/Handlers/Events/.gitkeep → app/Policies/.gitkeep
Normal file → Executable file
0
bootstrap/cache/.gitignore
vendored
Normal file → Executable file
0
bootstrap/cache/.gitignore
vendored
Normal file → Executable file
2
build/logs/.gitignore
vendored
2
build/logs/.gitignore
vendored
@ -1,2 +0,0 @@
|
||||
*.xml
|
||||
*.json
|
2
database/.gitignore
vendored
Normal file → Executable file
2
database/.gitignore
vendored
Normal file → Executable file
@ -1 +1 @@
|
||||
|
||||
*.sqlite
|
||||
|
0
database/migrations/.gitkeep
Normal file → Executable file
0
database/migrations/.gitkeep
Normal file → Executable file
0
database/seeds/.gitkeep
Normal file → Executable file
0
database/seeds/.gitkeep
Normal file → Executable file
0
resources/views/vendor/.gitkeep
vendored
Executable file
0
resources/views/vendor/.gitkeep
vendored
Executable file
1
storage/.gitignore
vendored
1
storage/.gitignore
vendored
@ -1 +0,0 @@
|
||||
laravel.log
|
2
storage/app/.gitignore
vendored
Normal file → Executable file
2
storage/app/.gitignore
vendored
Normal file → Executable file
@ -1,2 +1,2 @@
|
||||
*
|
||||
!.gitignore
|
||||
!.gitignore
|
1
storage/database/.gitignore
vendored
1
storage/database/.gitignore
vendored
@ -1 +0,0 @@
|
||||
*.db
|
2
storage/debugbar/.gitignore
vendored
2
storage/debugbar/.gitignore
vendored
@ -1,2 +0,0 @@
|
||||
*
|
||||
!.gitignore
|
1
storage/framework/.gitignore
vendored
Normal file → Executable file
1
storage/framework/.gitignore
vendored
Normal file → Executable file
@ -4,3 +4,4 @@ compiled.php
|
||||
services.json
|
||||
events.scanned.php
|
||||
routes.scanned.php
|
||||
down
|
||||
|
2
storage/framework/cache/.gitignore
vendored
Normal file → Executable file
2
storage/framework/cache/.gitignore
vendored
Normal file → Executable file
@ -1,2 +1,2 @@
|
||||
*
|
||||
!.gitignore
|
||||
!.gitignore
|
0
storage/framework/sessions/.gitignore
vendored
Normal file → Executable file
0
storage/framework/sessions/.gitignore
vendored
Normal file → Executable file
0
storage/framework/views/.gitignore
vendored
Normal file → Executable file
0
storage/framework/views/.gitignore
vendored
Normal file → Executable file
0
storage/logs/.gitignore
vendored
Normal file → Executable file
0
storage/logs/.gitignore
vendored
Normal file → Executable file
2
storage/upload/.gitignore
vendored
2
storage/upload/.gitignore
vendored
@ -1,2 +0,0 @@
|
||||
*
|
||||
!.gitignore
|
2
tests/_output/.gitignore
vendored
2
tests/_output/.gitignore
vendored
@ -1,2 +0,0 @@
|
||||
*
|
||||
!.gitignore
|
Loading…
Reference in New Issue
Block a user