mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-05 04:03:26 +00:00
All initial git ignore files.
This commit is contained in:
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
@@ -0,0 +1 @@
|
||||
* text=auto
|
8
.gitignore
vendored
Normal file
8
.gitignore
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
/bootstrap/compiled.php
|
||||
/vendor
|
||||
composer.phar
|
||||
composer.lock
|
||||
.env.*.php
|
||||
.env.php
|
||||
.DS_Store
|
||||
Thumbs.db
|
0
app/commands/.gitkeep
Normal file
0
app/commands/.gitkeep
Normal file
1
app/config/.gitignore
vendored
Normal file
1
app/config/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
local/
|
0
app/config/packages/.gitkeep
Normal file
0
app/config/packages/.gitkeep
Normal file
0
app/controllers/.gitkeep
Normal file
0
app/controllers/.gitkeep
Normal file
0
app/database/migrations/.gitkeep
Normal file
0
app/database/migrations/.gitkeep
Normal file
0
app/database/seeds/.gitkeep
Normal file
0
app/database/seeds/.gitkeep
Normal file
1
app/storage/.gitignore
vendored
Normal file
1
app/storage/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
services.manifest
|
2
app/storage/cache/.gitignore
vendored
Normal file
2
app/storage/cache/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
*
|
||||
!.gitignore
|
2
app/storage/logs/.gitignore
vendored
Normal file
2
app/storage/logs/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
*
|
||||
!.gitignore
|
2
app/storage/meta/.gitignore
vendored
Normal file
2
app/storage/meta/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
*
|
||||
!.gitignore
|
2
app/storage/sessions/.gitignore
vendored
Normal file
2
app/storage/sessions/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
*
|
||||
!.gitignore
|
2
app/storage/views/.gitignore
vendored
Normal file
2
app/storage/views/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
*
|
||||
!.gitignore
|
0
public/packages/.gitkeep
Normal file
0
public/packages/.gitkeep
Normal file
Reference in New Issue
Block a user