59 Star 292 Fork 70

GVPreplugin / RePlugin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.gitignore 3.54 KB
一键复制 编辑 原始数据 按行查看 历史
李樟取 提交于 2017-07-01 18:41 . * ignore all files in .idea dir
# --------
# Git Global Ignores
# Power By github/gitignore (License: CC0 1.0)
# Collect by RePlugin Team
# --------
# --------
# Android
# https://github.com/github/gitignore/blob/master/Android.gitignore
# Date: 17 Feb 2017
# --------
# Built application files
*.apk
*.ap_
# Files for the ART/Dalvik VM
*.dex
# Java class files
*.class
# Generated files
bin/
gen/
out/
# Gradle files
.gradle/
build/
# Local configuration file (sdk path, etc)
local.properties
# Proguard folder generated by Eclipse
proguard/
# Log Files
*.log
# Android Studio Navigation editor temp files
.navigation/
# Android Studio captures folder
captures/
# Intellij
*.iml
.idea
# Keystore files
*.jks
# External native build folder generated in Android Studio 2.2 and later
.externalNativeBuild
# Google Services (e.g. APIs or Firebase)
google-services.json
# Freeline
freeline.py
freeline/
freeline_project_description.json
# --------
# Gradle
# https://raw.githubusercontent.com/github/gitignore/master/Gradle.gitignore
# Date: 25 Jun 2016
# --------
.gradle
/build/
# Ignore Gradle GUI config
gradle-app.setting
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar
# Cache of project
.gradletasknamecache
# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
# gradle/wrapper/gradle-wrapper.properties
# --------
# Eclipse
# https://github.com/github/gitignore/blob/master/Global/Eclipse.gitignore
# Date: 28 Mar 2017
# --------
.metadata
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
.settings/
.loadpath
.recommenders
# External tool builders
.externalToolBuilders/
# Locally stored "Eclipse launch configurations"
*.launch
# PyDev specific (Python IDE for Eclipse)
*.pydevproject
# CDT-specific (C/C++ Development Tooling)
.cproject
# Java annotation processor (APT)
.factorypath
# PDT-specific (PHP Development Tools)
.buildpath
# sbteclipse plugin
.target
# Tern plugin
.tern-project
# TeXlipse plugin
.texlipse
# STS (Spring Tool Suite)
.springBeans
# Code Recommenders
.recommenders/
# Scala IDE specific (Scala & Java development for Eclipse)
.cache-main
.scala_dependencies
.worksheet
# --------
# Windows
# https://github.com/github/gitignore/blob/master/Global/Windows.gitignore
# Date: 10 May 2017
# --------
# Windows thumbnail cache files
Thumbs.db
ehthumbs.db
ehthumbs_vista.db
# Dump file
*.stackdump
# Folder config file
Desktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
# Windows Installer files
*.cab
*.msi
*.msm
*.msp
# Windows shortcuts
*.lnk
# --------
# Linux
# https://github.com/github/gitignore/blob/master/Global/Linux.gitignore
# --------
*~
# temporary files which can be created if a process still has a handle open of a deleted file
.fuse_hidden*
# KDE directory preferences
.directory
# Linux trash folder which might appear on any partition or disk
.Trash-*
# .nfs files are created when an open file is removed but is still being accessed
.nfs*
# --------
# Mac OS
# https://github.com/github/gitignore/blob/master/Global/macOS.gitignore
# Date: 01 Apr 2017
# --------
# General
*.DS_Store
.AppleDouble
.LSOverride
# Icon must end with two \r
Icon
# Thumbnails
._*
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
# --------
# Tortoise Git
# Author: RePlugin Team
# Date: 20 Dec 2016
# --------
# Project-level settings
/.tgitconfig
Java
1
https://gitee.com/replugin/RePlugin.git
git@gitee.com:replugin/RePlugin.git
replugin
RePlugin
RePlugin
master

搜索帮助