Files
UNIT3D-Community-Edition/.gitignore
T
2024-04-11 23:10:57 -04:00

44 lines
519 B
Plaintext

# NodeJS
/node_modules
# Laravel
# Ignore everything in the public/files directory EXCEPT the .gitkeep
/public/files
!.gitkeep
/public/sounds
/public/vendor
/storage/backups
/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/