Gitlab@Informatics

Skip to content
Snippets Groups Projects
Select Git revision
  • 34d5208c2c5ee434d25c406d12d360f6235b9d6b
  • main default protected
  • revert
  • 64160159
  • 64160292
  • 64160073
  • html-v_page
  • 64160174
  • 64160072
  • 64160295
  • production
11 results

.gitignore

Blame
  • .gitignore 319 B
    /node_modules
    /public/build
    /public/hot
    /public/storage
    /storage/*.key
    /vendor
    .env.production
    .phpunit.result.cache
    Homestead.json
    Homestead.yaml
    auth.json
    npm-debug.log
    yarn-error.log
    /.fleet
    /.idea
    /.vscode
    temp_database
    ./temp_database/*
    /storage/logs
    ./vendor/*
    ./bootstrap/cache/*
    bootstrap/cache/*
    composer.lock