Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
GitCode
Gitignore
提交
dd83dbdf
G
Gitignore
项目概览
GitCode
/
Gitignore
1 年多 前同步成功
通知
294
Star
150836
Fork
84116
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
G
Gitignore
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
dd83dbdf
编写于
1月 18, 2016
作者:
B
Brendan Forster
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'master' into update-license
上级
382c3e08
e4c0ed3c
变更
9
隐藏空白更改
内联
并排
Showing
9 changed file
with
37 addition
and
12 deletion
+37
-12
Global/Eclipse.gitignore
Global/Eclipse.gitignore
+6
-4
Global/Linux.gitignore
Global/Linux.gitignore
+3
-0
Global/VirtualEnv.gitignore
Global/VirtualEnv.gitignore
+1
-0
Joomla.gitignore
Joomla.gitignore
+1
-1
Node.gitignore
Node.gitignore
+0
-1
Python.gitignore
Python.gitignore
+3
-0
Swift.gitignore
Swift.gitignore
+4
-0
TeX.gitignore
TeX.gitignore
+10
-2
VisualStudio.gitignore
VisualStudio.gitignore
+9
-4
未找到文件。
Global/Eclipse.gitignore
浏览文件 @
dd83dbdf
*.pydevproject
.metadata
.gradle
bin/
tmp/
*.tmp
...
...
@@ -20,7 +19,10 @@ local.properties
# Locally stored "Eclipse launch configurations"
*.launch
# CDT-specific
# PyDev specific (Python IDE for Eclipse)
*.pydevproject
# CDT-specific (C/C++ Development Tooling)
.cproject
# JDT-specific (Eclipse Java Development Tools)
...
...
@@ -29,7 +31,7 @@ local.properties
# Java annotation processor (APT)
.factorypath
# PDT-specific
# PDT-specific
(PHP Development Tools)
.buildpath
# sbteclipse plugin
...
...
Global/Linux.gitignore
浏览文件 @
dd83dbdf
*~
# temporary files which can be created if a process still has a handle open of a deleted file
.fuse_hidden*
# KDE directory preferences
.directory
...
...
Global/VirtualEnv.gitignore
浏览文件 @
dd83dbdf
...
...
@@ -4,6 +4,7 @@
[Bb]in
[Ii]nclude
[Ll]ib
[Ll]ib64
[Ll]ocal
[Ss]cripts
pyvenv.cfg
...
...
Joomla.gitignore
浏览文件 @
dd83dbdf
...
...
@@ -543,4 +543,4 @@
/index.php
/joomla.xml
/*.txt
/robots.txt.dist
\ No newline at end of file
/robots.txt.dist
Node.gitignore
浏览文件 @
dd83dbdf
...
...
@@ -24,7 +24,6 @@ coverage
build/Release
# Dependency directory
# https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git
node_modules
# Optional npm cache directory
...
...
Python.gitignore
浏览文件 @
dd83dbdf
...
...
@@ -57,3 +57,6 @@ docs/_build/
# PyBuilder
target/
#Ipython Notebook
.ipynb_checkpoints
Swift.gitignore
浏览文件 @
dd83dbdf
...
...
@@ -27,6 +27,10 @@ xcuserdata
*.hmap
*.ipa
## Playgrounds
timeline.xctimeline
playground.xcworkspace
# Swift Package Manager
#
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
...
...
TeX.gitignore
浏览文件 @
dd83dbdf
...
...
@@ -6,6 +6,7 @@
*.fls
*.out
*.toc
*.fmt
## Intermediate documents:
*.dvi
...
...
@@ -32,8 +33,6 @@
*.pdfsync
## Auxiliary and intermediate files from other packages:
# algorithms
*.alg
*.loa
...
...
@@ -49,6 +48,9 @@ acs-*.bib
*.snm
*.vrb
# cprotect
*.cpt
#(e)ledmac/(e)ledpar
*.end
*.[1-9]
...
...
@@ -142,6 +144,9 @@ pythontex-files-*/
# xindy
*.xdy
# xypic precompiled matrices
*.xyc
# WinEdt
*.bak
*.sav
...
...
@@ -149,3 +154,6 @@ pythontex-files-*/
# endfloat
*.ttt
*.fff
# Latexian
TSWLatexianTemp*
VisualStudio.gitignore
浏览文件 @
dd83dbdf
...
...
@@ -17,7 +17,6 @@
[Rr]eleases/
x64/
x86/
build/
bld/
[Bb]in/
[Oo]bj/
...
...
@@ -151,17 +150,24 @@ publish/
!**/packages/build/
# Uncomment if necessary however generally it will be regenerated when needed
#!**/packages/repositories.config
# NuGet v3's project.json files produces more ignoreable files
*.nuget.props
*.nuget.targets
#
Windows
Azure Build Output
#
Microsoft
Azure Build Output
csx/
*.build.csdef
#
Windows
Azure Emulator
#
Microsoft
Azure Emulator
ecf/
rcf/
# Microsoft Azure ApplicationInsights config file
ApplicationInsights.config
# Windows Store app package directory
AppPackages/
BundleArtifacts/
# Visual Studio cache files
# files ending in .cache can be ignored
...
...
@@ -171,7 +177,6 @@ AppPackages/
# Others
ClientBin/
[Ss]tyle[Cc]op.*
~$*
*~
*.dbmdl
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录