mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-20 00:34:44 +02:00
Update gitignores
This commit is contained in:
parent
73babfa2b3
commit
deeebf73d3
65
.gitignore
vendored
65
.gitignore
vendored
@ -1,42 +1,27 @@
|
|||||||
/vendor
|
/.phpunit.cache
|
||||||
*.DS_Store*
|
/node_modules
|
||||||
!.env.ci
|
|
||||||
!.env.example
|
|
||||||
.env*
|
|
||||||
.vagrant/*
|
|
||||||
.vscode/*
|
|
||||||
storage/framework/*
|
|
||||||
/.idea
|
|
||||||
/nbproject
|
|
||||||
/.direnv
|
|
||||||
|
|
||||||
node_modules
|
|
||||||
*.log
|
|
||||||
_ide_helper.php
|
|
||||||
_ide_helper_models.php
|
|
||||||
.phpstorm.meta.php
|
|
||||||
.yarn
|
|
||||||
public/assets/manifest.json
|
|
||||||
*.sqlite
|
|
||||||
|
|
||||||
# For local development with docker
|
|
||||||
# Remove if we ever put the Dockerfile in the repo
|
|
||||||
.dockerignore
|
|
||||||
docker-compose.yml
|
|
||||||
|
|
||||||
# for image related files
|
|
||||||
misc
|
|
||||||
.php-cs-fixer.cache
|
|
||||||
coverage.xml
|
|
||||||
resources/lang/locales.js
|
|
||||||
.phpunit.result.cache
|
|
||||||
|
|
||||||
/public/build
|
/public/build
|
||||||
/public/hot
|
/public/hot
|
||||||
result
|
/public/storage
|
||||||
docker-compose.yaml
|
/storage/*.key
|
||||||
|
/vendor
|
||||||
public/css/filament-monaco-editor/
|
*.DS_Store*
|
||||||
|
.env
|
||||||
public/js/filament-monaco-editor/
|
.env.backup
|
||||||
/database/testing
|
.env.production
|
||||||
|
.phpactor.json
|
||||||
|
.phpunit.result.cache
|
||||||
|
Homestead.json
|
||||||
|
Homestead.yaml
|
||||||
|
auth.json
|
||||||
|
npm-debug.log
|
||||||
|
yarn-error.log
|
||||||
|
/.fleet
|
||||||
|
/.idea
|
||||||
|
/.vscode
|
||||||
|
|
||||||
|
public/assets/manifest.json
|
||||||
|
/database/*.sqlite
|
||||||
|
filament-monaco-editor/
|
||||||
|
_ide_helper*
|
||||||
|
/.phpstorm.meta.php
|
||||||
|
12
storage/framework/.gitignore
vendored
12
storage/framework/.gitignore
vendored
@ -1,7 +1,9 @@
|
|||||||
config.php
|
|
||||||
routes.php
|
|
||||||
compiled.php
|
compiled.php
|
||||||
services.json
|
config.php
|
||||||
events.scanned.php
|
|
||||||
routes.scanned.php
|
|
||||||
down
|
down
|
||||||
|
events.scanned.php
|
||||||
|
maintenance.php
|
||||||
|
routes.php
|
||||||
|
routes.scanned.php
|
||||||
|
schedule-*
|
||||||
|
services.json
|
||||||
|
2
storage/framework/testing/.gitignore
vendored
Normal file
2
storage/framework/testing/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
*
|
||||||
|
!.gitignore
|
Loading…
x
Reference in New Issue
Block a user