From 7073499207ac71b01b97929a9b68ef0717860b98 Mon Sep 17 00:00:00 2001 From: Alexandr Vronskiy Date: Mon, 10 Oct 2016 18:50:01 +0300 Subject: [PATCH] Clean up git ignore file --- .gitignore | 67 +----------------------------------------------------- 1 file changed, 1 insertion(+), 66 deletions(-) diff --git a/.gitignore b/.gitignore index a152926..75d5aeb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,69 +1,4 @@ -# Created by .ignore support plugin (hsz.mobi) -### SublimeText template -# cache files for sublime text -*.tmlanguage.cache -*.tmPreferences.cache -*.stTheme.cache - -# workspace files are user-specific -*.sublime-workspace - -# project files should be checked into the repository, unless a significant -# proportion of contributors will probably not be using SublimeText -# *.sublime-project - -# sftp configuration file -sftp-config.json - -bh_unicode_properties.cache - -# Sublime-github package stores a github token in this file -# https://packagecontrol.io/packages/sublime-github -GitHub.sublime-settings - -### ZendFramework template -# Composer files composer.phar composer.lock vendor/ - -# Local configs -config/autoload/*.local.php - -# Binary gettext files -*.mo - -### JetBrains template -# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm -# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 - -# User-specific stuff: -.idea/ - -## File-based project format: -*.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 -fabric.properties -### NetBeans template -nbproject/private/ -build/ -nbbuild/ -dist/ -nbdist/ -nbactions.xml -.nb-gradle/ +.idea/ \ No newline at end of file