PHP Classes

File: .gitignore

Recommend this page to a friend!
  Classes of Rafael Espinosa   Silex Enhanced   .gitignore   Download  
File: .gitignore
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Silex Enhanced
Silex with custom services providers.
Author: By
Last change:
Date: 8 years ago
Size: 1,448 bytes
 

Contents

Class file image Download
# Created by .ignore support plugin (hsz.mobi) ### JetBrains template # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm *.iml ## Directory-based project format: .idea/ # if you remove the above rule, at least ignore the following: # User-specific stuff: # .idea/workspace.xml # .idea/tasks.xml # .idea/dictionaries # Sensitive or high-churn files: # .idea/dataSources.ids # .idea/dataSources.xml # .idea/sqlDataSources.xml # .idea/dynamic.xml # .idea/uiDesigner.xml # Gradle: # .idea/gradle.xml # .idea/libraries # Mongo Explorer plugin: # .idea/mongoSettings.xml ## File-based project format: *.ipr *.iws ## Plugin-specific files: # IntelliJ out/ # mpeltonen/sbt-idea plugin .idea_modules/ # JIRA plugin atlassian-ide-plugin.xml # Crashlytics plugin (for Android Studio and IntelliJ) com_crashlytics_export_strings.xml crashlytics.properties crashlytics-build.properties ### Symfony template # Cache and logs (Symfony2) /app/cache/* /app/logs/* !app/cache/.gitkeep !app/logs/.gitkeep # Cache and logs (Symfony3) /var/cache/* /var/logs/* !var/cache/.gitkeep !var/logs/.gitkeep # Parameters /app/config/parameters.yml /app/config/parameters.ini # Managed by Composer /bin/* !bin/console !bin/symfony_requirements /vendor/ composer.lock # Assets and user uploads /web/uploads/ /web/assets/ !web/assets/.gitkeep # PHPUnit /app/phpunit.xml /phpunit.xml # Build data /build/ # Composer PHAR /bin/composer.phar