Commit testing Jira and Git integration, adding gitignore

This commit is contained in:
Artur Nowakowski 2019-11-18 17:14:29 +01:00
parent 220a512bfb
commit 02e7abb7e5
1 changed files with 25 additions and 0 deletions

25
.gitignore vendored Normal file
View File

@ -0,0 +1,25 @@
### Laravel ###
vendor/
node_modules/
npm-debug.log
# Laravel 4 specific
bootstrap/compiled.php
app/storage/
# Laravel 5 & Lumen specific
public/storage
public/hot
storage/*.key
.env.*.php
.env.php
.env
Homestead.yaml
Homestead.json
# Rocketeer PHP task runner and deployment package. https://github.com/rocketeers/rocketeer
.rocketeer/
.phpunit.result.cache
.idea