Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
GitCode
Gitignore
提交
53e8b617
G
Gitignore
项目概览
GitCode
/
Gitignore
大约 2 年 前同步成功
通知
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看板
未验证
提交
53e8b617
编写于
6月 17, 2018
作者:
B
Brendan Forster
提交者:
GitHub
6月 17, 2018
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'master' into patch-1
上级
d6ec68fd
42223b35
变更
15
显示空白变更内容
内联
并排
Showing
15 changed file
with
54 addition
and
26 deletion
+54
-26
.github/PULL_REQUEST_TEMPLATE.md
.github/PULL_REQUEST_TEMPLATE.md
+2
-2
CONTRIBUTING.md
CONTRIBUTING.md
+3
-3
Dart.gitignore
Dart.gitignore
+9
-1
Delphi.gitignore
Delphi.gitignore
+1
-1
Global/Eclipse.gitignore
Global/Eclipse.gitignore
+1
-1
Global/JetBrains.gitignore
Global/JetBrains.gitignore
+2
-0
Global/Matlab.gitignore
Global/Matlab.gitignore
+6
-6
Global/SynopsysVCS.gitignore
Global/SynopsysVCS.gitignore
+4
-4
LabVIEW.gitignore
LabVIEW.gitignore
+1
-0
Node.gitignore
Node.gitignore
+6
-0
Sass.gitignore
Sass.gitignore
+2
-0
TeX.gitignore
TeX.gitignore
+4
-0
Terraform.gitignore
Terraform.gitignore
+9
-3
Umbraco.gitignore
Umbraco.gitignore
+1
-1
VisualStudio.gitignore
VisualStudio.gitignore
+3
-4
未找到文件。
.github/PULL_REQUEST_TEMPLATE.md
浏览文件 @
53e8b617
CONTRIBUTING.md
浏览文件 @
53e8b617
Dart.gitignore
浏览文件 @
53e8b617
...
@@ -3,7 +3,6 @@
...
@@ -3,7 +3,6 @@
# Files and directories created by pub
# Files and directories created by pub
.dart_tool/
.dart_tool/
.packages
.packages
.pub/
build/
build/
# If you're building an application, you may want to check-in your pubspec.lock
# If you're building an application, you may want to check-in your pubspec.lock
pubspec.lock
pubspec.lock
...
@@ -11,3 +10,12 @@ pubspec.lock
...
@@ -11,3 +10,12 @@ pubspec.lock
# Directory created by dartdoc
# Directory created by dartdoc
# If you don't generate documentation locally you can remove this line.
# If you don't generate documentation locally you can remove this line.
doc/api/
doc/api/
# Avoid committing generated Javascript files:
*.dart.js
*.info.json # Produced by the --dump-info flag.
*.js # When generated by dart2js. Don't specify *.js if your
# project includes source files written in JavaScript.
*.js_
*.js.deps
*.js.map
Delphi.gitignore
浏览文件 @
53e8b617
Global/Eclipse.gitignore
浏览文件 @
53e8b617
Global/JetBrains.gitignore
浏览文件 @
53e8b617
...
@@ -4,6 +4,7 @@
...
@@ -4,6 +4,7 @@
# User-specific stuff
# User-specific stuff
.idea/**/workspace.xml
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/**/tasks.xml
.idea/**/usage.statistics.xml
.idea/**/dictionaries
.idea/**/dictionaries
.idea/**/shelf
.idea/**/shelf
...
@@ -14,6 +15,7 @@
...
@@ -14,6 +15,7 @@
.idea/**/sqlDataSources.xml
.idea/**/sqlDataSources.xml
.idea/**/dynamic.xml
.idea/**/dynamic.xml
.idea/**/uiDesigner.xml
.idea/**/uiDesigner.xml
.idea/**/dbnavigator.xml
# Gradle
# Gradle
.idea/**/gradle.xml
.idea/**/gradle.xml
...
...
Global/Matlab.gitignore
浏览文件 @
53e8b617
Global/SynopsysVCS.gitignore
浏览文件 @
53e8b617
LabVIEW.gitignore
浏览文件 @
53e8b617
...
@@ -14,3 +14,4 @@
...
@@ -14,3 +14,4 @@
# Metadata
# Metadata
*.aliases
*.aliases
*.lvlps
*.lvlps
.cache/
Node.gitignore
浏览文件 @
53e8b617
...
@@ -62,3 +62,9 @@ typings/
...
@@ -62,3 +62,9 @@ typings/
# nuxt.js build output
# nuxt.js build output
.nuxt
.nuxt
# vuepress build output
.vuepress/dist
# Serverless directories
.serverless
Sass.gitignore
浏览文件 @
53e8b617
.sass-cache/
.sass-cache/
*.css.map
*.css.map
*.sass.map
*.scss.map
TeX.gitignore
浏览文件 @
53e8b617
...
@@ -40,6 +40,10 @@
...
@@ -40,6 +40,10 @@
*.synctex.gz(busy)
*.synctex.gz(busy)
*.pdfsync
*.pdfsync
## Build tool directories for auxiliary files
# latexrun
latex.out/
## Auxiliary and intermediate files from other packages:
## Auxiliary and intermediate files from other packages:
# algorithms
# algorithms
*.alg
*.alg
...
...
Terraform.gitignore
浏览文件 @
53e8b617
...
@@ -5,5 +5,11 @@
...
@@ -5,5 +5,11 @@
*.tfstate
*.tfstate
*.tfstate.*
*.tfstate.*
# .tfvars files
# Crash log files
*.tfvars
crash.log
# Ignore any .tfvars files that are generated automatically for each Terraform run. Most
# .tfvars files are managed as part of configuration and so should be included in
# version control.
#
# example.tfvars
Umbraco.gitignore
浏览文件 @
53e8b617
VisualStudio.gitignore
浏览文件 @
53e8b617
...
@@ -52,7 +52,6 @@ BenchmarkDotNet.Artifacts/
...
@@ -52,7 +52,6 @@ BenchmarkDotNet.Artifacts/
project.lock.json
project.lock.json
project.fragment.lock.json
project.fragment.lock.json
artifacts/
artifacts/
**/Properties/launchSettings.json
# StyleCop
# StyleCop
StyleCopReport.xml
StyleCopReport.xml
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录