mirror of
https://github.com/HDInnovations/UNIT3D.git
synced 2026-01-31 01:35:31 +01:00
56 lines
737 B
Plaintext
56 lines
737 B
Plaintext
# NodeJS
|
|
/node_modules
|
|
|
|
# Laravel
|
|
# Ignore everything in the public/files directory EXCEPT the .gitkeep
|
|
/public/vendor/livewire/livewire.js
|
|
/public/vendor/livewire/manifest.json
|
|
/public/files
|
|
!.gitkeep
|
|
/public/sounds
|
|
/public/storage
|
|
/public/vendor
|
|
/storage/app
|
|
/storage/backups
|
|
/storage/debugbar
|
|
/storage/gitupdate
|
|
/storage/*.key
|
|
.env
|
|
laravel-echo-server.json
|
|
laravel-echo-server.lock
|
|
|
|
# Composer
|
|
/vendor
|
|
|
|
# Vite
|
|
/public/build
|
|
|
|
# OS X
|
|
.DS_store
|
|
|
|
# IDEs
|
|
/.idea
|
|
/.vscode
|
|
/nbproject
|
|
/.phpunit.cache
|
|
.ftpconfig
|
|
|
|
# Vim
|
|
.*.swp
|
|
|
|
# Miscellaneous
|
|
/.vagrant
|
|
Homestead.json
|
|
Homestead.yaml
|
|
npm-debug.log
|
|
_ide_helper.php
|
|
supervisor.ini
|
|
/.phpunit.cache/
|
|
/.phpstan.cache/
|
|
/caddy
|
|
frankenphp
|
|
frankenphp-worker.php
|
|
/data
|
|
config/caddy/autosave.json
|
|
/data/
|