snipe-it/.gitignore

68 lines
1.2 KiB
Plaintext
Raw Normal View History

2016-07-27 20:16:46 -07:00
.couscous
.DS_Store
.env
.idea
/bin/
/bootstrap/compiled.php
2016-03-25 01:18:05 -07:00
/node_modules
2016-07-27 20:16:46 -07:00
/vendor
app/database/*.sqlite
app/storage/meta/services.json
composer.phar
crowdin.yaml
2016-03-25 01:18:05 -07:00
Homestead.json
2016-07-27 20:16:46 -07:00
Homestead.yaml
output
phpDocumentor.phar
2016-03-25 01:18:05 -07:00
public/uploads/*.gif
2016-08-02 01:26:44 -07:00
public/uploads/barcodes/*.png
2016-03-25 01:18:05 -07:00
public/uploads/*.jpg
public/uploads/*.png
public/uploads/*.svg
2016-07-27 20:16:46 -07:00
public/uploads/*.tif
public/uploads/assets/*
public/uploads/avatars/*
2016-03-25 01:18:05 -07:00
public/uploads/logo.gif
public/uploads/logo.png
2016-07-27 20:16:46 -07:00
public/uploads/logo.svg
public/uploads/models/*
public/uploads/suppliers/*
public/uploads/accessories/*
public/uploads/locations/*
public/uploads/manufacturers/*
public/uploads/components/*
public/uploads/consumables/*
public/uploads/companies/*
public/uploads/categories/*
2016-07-27 20:16:46 -07:00
public/uploads/users/*
storage/app/private_uploads/users/*
public/uploads/departments/*
2016-07-27 20:16:46 -07:00
storage/debugbar/
2016-05-14 17:48:03 -07:00
storage/dumps/*
2016-05-12 16:20:39 -07:00
storage/laravel-backups
2016-07-27 20:16:46 -07:00
storage/logs/*
2016-05-14 17:40:41 -07:00
storage/private_uploads/users/*
2016-07-27 20:16:46 -07:00
tests/_data/scenarios
tests/_output/*
tests/_support/_generated/*
2016-12-01 05:52:50 -08:00
/npm-debug.log
2016-12-14 10:05:54 -08:00
/storage/oauth-private.key
/storage/oauth-public.key
logs/*
*.cache
.vagrant
VAGRANT: Fix Ubuntu Development VMs (#6909) * GITIGNORE: Add vagrant log and ansible retry files This patch adds the following to the project's .gitignore file: - Vagrant's log file - Ansible's retry files Signed-off-by: Mark Stenglein <mark@stengle.in> * ANSIBLE: Add Ubuntu Ansible playbook for dev env This patch adds an Ansible playbook to provision an Ubuntu based development environment. This playbook is fully idempotent and can be run multiple times without negative consequences. Signed-off-by: Mark Stenglein <mark@stengle.in> * VAGRANTFILE: Clean Vagrantfile There was a lot of extra VMs being provisioned by the existing Vagrantfile. Some of this may need to come back but I am removing it with this commit to demonstrate that this is all that is needed. Signed-off-by: Mark Stenglein <mark@stengle.in> * ANSIBLE: UBUNTU: PLAYBOOK: Add .env configuration I missed the configuration of the .env file in the initial commit. This patch adds these configuration steps as well as the needed Cron job for the Artisan scheduler. Signed-off-by: Mark Stenglein <mark@stengle.in> * Revert "VAGRANTFILE: Clean Vagrantfile" This reverts commit a608a30d6b387bea7da8394589f25ba6cb7dd479. * VAGRANTFILE: Fix Ubuntu Vagrant Development Boxes This patch addresses problems with the existing Vagrant deployment configurations for the Ubuntu VMs. - The vagrant file is configuring the VMs for an incorrect bridge interface. Fixed by changing the config to use the default networking as well as a port-forward. - Moves provisioning over to the Ansible-Local playbook I wrote. Signed-off-by: Mark Stenglein <mark@stengle.in>
2021-04-05 20:35:04 -07:00
*.log
*.retry
\.php_cs\.dist
phpmd\.xml
2018-09-28 23:18:04 -07:00
/public/storage
_ide_helper.php
.phpstorm.meta.php
_ide_helper_models.php
2020-11-17 13:43:24 -08:00
/.phplint-cache
storage/ldap_client_tls.cert
storage/ldap_client_tls.key