123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- /vendor
- composer.phar
- .DS_Store
- ### Composer template
- vendor/
- # Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file
- # You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
- # composer.lock
- ### 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
|