mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-23 11:39:19 -05:00
ca5625ee99
[Add] .gitignore - add NetBeans rule
39 lines
483 B
Plaintext
39 lines
483 B
Plaintext
# NodeJS
|
|
/node_modules
|
|
|
|
# Laravel
|
|
|
|
# Ignore everything in the public/files directory EXCEPT the .gitkeep
|
|
/public/files
|
|
!.gitkeep
|
|
|
|
/public/hot
|
|
/public/storage
|
|
/public/css
|
|
/public/js
|
|
/public/mix-manifest.json
|
|
/public/tmp
|
|
/public/fonts/fa-*
|
|
/public/img/emojione
|
|
/public/images
|
|
/storage/backups
|
|
/storage/gitupdate
|
|
/storage/*.key
|
|
/vendor
|
|
/.vagrant
|
|
Homestead.json
|
|
Homestead.yaml
|
|
npm-debug.log
|
|
.env
|
|
laravel-echo-server.json
|
|
|
|
# OS X
|
|
.DS_store
|
|
|
|
# IDEs
|
|
/.idea
|
|
/.vscode
|
|
/nbproject
|
|
|
|
# Vim
|
|
.*.swp |