🐳 Set up envs for the TDrive (#19)
- remove php upstream from nginx config - fix docker-compose configuration
This commit is contained in:
-19
@@ -1,7 +1,3 @@
|
||||
### PhpStorm ###
|
||||
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
|
||||
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
|
||||
|
||||
*.DS_Store
|
||||
|
||||
# User-specific stuff:
|
||||
@@ -47,18 +43,12 @@ atlassian-ide-plugin.xml
|
||||
# Cursive Clojure plugin
|
||||
.idea/replstate.xml
|
||||
|
||||
# Ruby plugin and RubyMine
|
||||
/.rakeTasks
|
||||
|
||||
# Crashlytics plugin (for Android Studio and IntelliJ)
|
||||
com_crashlytics_export_strings.xml
|
||||
crashlytics.properties
|
||||
crashlytics-build.properties
|
||||
fabric.properties
|
||||
|
||||
### PhpStorm Patch ###
|
||||
# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
|
||||
|
||||
# *.iml
|
||||
# modules.xml
|
||||
# .idea/misc.xml
|
||||
@@ -90,8 +80,6 @@ fabric.properties
|
||||
/app/config/parameters.ini
|
||||
|
||||
# Managed by Composer
|
||||
/app/bootstrap.php.cache
|
||||
/var/bootstrap.php.cache
|
||||
/bin/*
|
||||
!bin/console
|
||||
!bin/symfony_requirements
|
||||
@@ -102,10 +90,6 @@ fabric.properties
|
||||
/web/upload/
|
||||
/web/public/
|
||||
|
||||
# PHPUnit
|
||||
/app/phpunit.xml
|
||||
/phpunit.xml
|
||||
|
||||
# Build data
|
||||
/build/
|
||||
/builds/
|
||||
@@ -132,9 +116,6 @@ docker-compose.yml
|
||||
/app/Ressources/DatabaseEncryption/.Halite.key
|
||||
/backend/websockets_server/false/
|
||||
|
||||
### AWS ###
|
||||
/app/config/aws_config.yml
|
||||
|
||||
### Test ###
|
||||
/tests/code_coverage/
|
||||
/web/detached/*
|
||||
|
||||
Reference in New Issue
Block a user