Skip to content

Commit

Permalink
refactor: Ignore files.
Browse files Browse the repository at this point in the history
  • Loading branch information
tarlepp committed Jun 15, 2019
1 parent f16c22e commit 38db223
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
10 changes: 7 additions & 3 deletions .dockerignore
@@ -1,17 +1,24 @@
###> symfony/framework-bundle ### ###> symfony/framework-bundle ###
/.env.local
/.env.*.local
/public/bundles/ /public/bundles/
/var/ /var/
/vendor/ /vendor/
###< symfony/framework-bundle ### ###< symfony/framework-bundle ###


/secrets/application.*.json
docker-compose.*.yml

# User-specific stuff: # User-specific stuff:
.idea/**/workspace.xml .idea/**/workspace.xml
.idea/**/tasks.xml .idea/**/tasks.xml
.idea/dictionaries .idea/dictionaries
.idea/shelf


## File-based project format: ## File-based project format:
*.iws *.iws


.phpunit.result.cache
phpunit.xml phpunit.xml
infection.json infection.json


Expand All @@ -32,6 +39,3 @@ infection.json


### Vendor bin dependencies ### Vendor bin dependencies
/vendor-bin/*/vendor/ /vendor-bin/*/vendor/

### PHPUnit
.phpunit.result.cache
7 changes: 4 additions & 3 deletions .gitignore
Expand Up @@ -13,11 +13,12 @@ docker-compose.*.yml
.idea/**/workspace.xml .idea/**/workspace.xml
.idea/**/tasks.xml .idea/**/tasks.xml
.idea/dictionaries .idea/dictionaries
.idea/shelf


## File-based project format: ## File-based project format:
*.iws *.iws


allowed_addresses_local.php .phpunit.result.cache
phpunit.xml phpunit.xml
infection.json infection.json


Expand All @@ -36,5 +37,5 @@ infection.json
/config/jwt/*.pem /config/jwt/*.pem
###< lexik/jwt-authentication-bundle ### ###< lexik/jwt-authentication-bundle ###


### PHPUnit ### Vendor bin dependencies
.phpunit.result.cache /vendor-bin/*/vendor/

0 comments on commit 38db223

Please sign in to comment.