forked from directus/v8-archive
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
14 changed files
with
42 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,54 @@ | ||
# Ignore configuration files | ||
config/* | ||
!config/migrations.php | ||
!config/api_sample.php | ||
phpunit.xml | ||
|
||
public/core/ | ||
public/uploads/*/ | ||
|
||
documents | ||
|
||
assets/css/*.map | ||
|
||
Icon | ||
.DS_Store | ||
dist/* | ||
*.log | ||
.cache | ||
|
||
# Ignore dev files | ||
/.idea | ||
node_modules | ||
|
||
package-lock.json | ||
|
||
# Don't track composer phar/vendors | ||
composer.phar | ||
composer.lock | ||
.lock | ||
/vendor | ||
|
||
# Ignore log files, but track the log README | ||
*.log | ||
# Ignore configuration files | ||
/config/* | ||
!/config/migrations.php | ||
!/config/api_sample.php | ||
|
||
!customs/endpoints/_example.php | ||
customs/extensions/* | ||
!customs/extensions/.gitignore | ||
!customs/extensions/_example/ | ||
customs/interfaces/* | ||
!customs/interfaces/.gitignore | ||
!customs/interfaces/_example | ||
/customs/listviews/* | ||
!customs/listviews/.gitignore | ||
!public/uploads/_/originals/.gitignore | ||
!public/uploads/_/thumbnails/.gitignore | ||
# PHPUnit | ||
/phpunit.xml | ||
/documents | ||
|
||
thumbnail/**/ | ||
# Core extensions | ||
/public/extensions/core/interfaces | ||
/public/extensions/core/layouts | ||
/public/extensions/core/pages | ||
|
||
# Ignore dev files | ||
.idea | ||
.sass-cache | ||
.gulp-scss-cache | ||
node_modules | ||
# Custom extensions | ||
/public/extensions/custom/*/* | ||
|
||
package-lock.json | ||
## Auth | ||
/public/extensions/custom/auth | ||
|
||
## Endpoints | ||
!/public/extensions/custom/endpoints/_directory/ | ||
!/public/extensions/custom/endpoints/_example.php | ||
|
||
## Hashers | ||
!/public/extensions/custom/hashers/_CustomHasher.php | ||
|
||
## Hooks | ||
!/public/extensions/custom/hooks/_products | ||
!/public/extensions/custom/hooks/_webhook | ||
|
||
# Storage | ||
/public/uploads/* | ||
!/public/uploads/_ | ||
|
||
# Keep gitkeep files | ||
# This will make sure empty directories has at least one file so it can be tracked by git | ||
!**/.gitkeep |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
Empty file.
This file was deleted.
Oops, something went wrong.
Empty file.
This file was deleted.
Oops, something went wrong.
Empty file.
This file was deleted.
Oops, something went wrong.
Empty file.