Parcourir la source

.gitignore

master
Guillaume il y a 3 ans
Parent
révision
098edbe73b
2 fichiers modifiés avec 20 ajouts et 6 suppressions
  1. +0
    -6
      .env.test
  2. +20
    -0
      .gitignore

+ 0
- 6
.env.test Voir le fichier

@@ -1,6 +0,0 @@
# define your env variables for the test env here
KERNEL_CLASS='App\Kernel'
APP_SECRET='$ecretf0rt3st'
SYMFONY_DEPRECATIONS_HELPER=999999
PANTHER_APP_ENV=panther
PANTHER_ERROR_SCREENSHOT_DIR=./var/error-screenshots

+ 20
- 0
.gitignore Voir le fichier

@@ -1,10 +1,16 @@

###> symfony/framework-bundle ###
/.php-version
/.env.local
/.env.local.php
/.env.*.local
/config/secrets/prod/prod.decrypt.private.php
/public/bundles/
/public/uploads/
/public/userfiles/*
/public/robots.txt
/public/assets/.sass-cache/
/public/media/cache/
/var/
/vendor/
###< symfony/framework-bundle ###
@@ -14,3 +20,17 @@
.phpunit.result.cache
/phpunit.xml
###< symfony/phpunit-bridge ###

/Lc/*
/.idea/*

###> liip/imagine-bundle ###
/public/media/cache/
###< liip/imagine-bundle ###

###> symfony/webpack-encore-bundle ###
/node_modules/
/public/build/
npm-debug.log
yarn-error.log
###< symfony/webpack-encore-bundle ###

Chargement…
Annuler
Enregistrer