From e9938cddfe8d46f8de2d82587d958a36bbca6d98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=98=D0=BB=D1=8C=D1=8F=20=D0=93=D1=83=D1=81=D0=B5=D0=B2?= Date: Fri, 26 Jun 2015 16:28:51 +0300 Subject: [PATCH] add gitignore --- .gitignore | 52 ++++++++++++++++++++++++++++++++++++++++++++++++ .idea/botapi.iml | 8 -------- 2 files changed, 52 insertions(+), 8 deletions(-) delete mode 100644 .idea/botapi.iml diff --git a/.gitignore b/.gitignore index f02a2f86..78ed36d1 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,55 @@ build composer.lock docs vendor + +### 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 + + +# Composer +vendor/ diff --git a/.idea/botapi.iml b/.idea/botapi.iml deleted file mode 100644 index c956989b..00000000 --- a/.idea/botapi.iml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file