Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
GitCode
Gitignore
提交
c9e02960
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看板
未验证
提交
c9e02960
编写于
12月 04, 2021
作者:
B
Brian Douglas
提交者:
GitHub
12月 04, 2021
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'main' into master
上级
dd412a73
84d296a2
变更
16
隐藏空白更改
内联
并排
Showing
16 changed file
with
112 addition
and
90 deletion
+112
-90
.github/PULL_REQUEST_TEMPLATE.md
.github/PULL_REQUEST_TEMPLATE.md
+1
-0
Android.gitignore
Android.gitignore
+10
-69
Global/AL.gitignore
Global/AL.gitignore
+11
-0
Go.gitignore
Go.gitignore
+3
-0
Idris.gitignore
Idris.gitignore
+5
-0
Java.gitignore
Java.gitignore
+1
-0
KiCad.gitignore
KiCad.gitignore
+2
-2
Node.gitignore
Node.gitignore
+7
-0
Python.gitignore
Python.gitignore
+7
-0
R.gitignore
R.gitignore
+1
-0
Rails.gitignore
Rails.gitignore
+1
-1
TeX.gitignore
TeX.gitignore
+3
-0
Unity.gitignore
Unity.gitignore
+4
-0
VisualStudio.gitignore
VisualStudio.gitignore
+11
-1
WordPress.gitignore
WordPress.gitignore
+42
-17
community/Golang/Hugo.gitignore
community/Golang/Hugo.gitignore
+3
-0
未找到文件。
.github/PULL_REQUEST_TEMPLATE.md
浏览文件 @
c9e02960
**Reasons for making this change:**
**Reasons for making this change:**
<!-- Include your relationship to the project and what you expect to get from this change. -->
_TODO_
_TODO_
...
...
Android.gitignore
浏览文件 @
c9e02960
# Built application files
*.apk
*.aar
*.ap_
*.aab
# Files for the ART/Dalvik VM
*.dex
# Java class files
*.class
# Generated files
bin/
gen/
out/
# Uncomment the following line in case you need and you don't have the release build type files in your app
# release/
# Gradle files
# Gradle files
.gradle/
.gradle/
build/
build/
...
@@ -24,66 +5,26 @@ build/
...
@@ -24,66 +5,26 @@ build/
# Local configuration file (sdk path, etc)
# Local configuration file (sdk path, etc)
local.properties
local.properties
# Proguard folder generated by Eclipse
# Log/OS Files
proguard/
# Log Files
*.log
*.log
# Android Studio Navigation editor temp files
# Android Studio generated files and folders
.navigation/
# Android Studio captures folder
captures/
captures/
.externalNativeBuild/
.cxx/
*.apk
output.json
# IntelliJ
# IntelliJ
*.iml
*.iml
.idea/workspace.xml
.idea/
.idea/tasks.xml
.idea/gradle.xml
.idea/assetWizardSettings.xml
.idea/dictionaries
.idea/libraries
.idea/jarRepositories.xml
# Android Studio 3 in .gitignore file.
.idea/caches
.idea/modules.xml
# Comment next line if keeping position of elements in Navigation Editor is relevant for you
.idea/navEditor.xml
# Keystore files
# Keystore files
# Uncomment the following lines if you do not want to check your keystore files in.
*.jks
#*.jks
*.keystore
#*.keystore
# External native build folder generated in Android Studio 2.2 and later
.externalNativeBuild
.cxx/
# Google Services (e.g. APIs or Firebase)
# Google Services (e.g. APIs or Firebase)
# google-services.json
google-services.json
# Freeline
freeline.py
freeline/
freeline_project_description.json
# fastlane
fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots
fastlane/test_output
fastlane/readme.md
# Version control
vcs.xml
# lint
lint/intermediates/
lint/generated/
lint/outputs/
lint/tmp/
# lint/reports/
# Android Profiling
# Android Profiling
*.hprof
*.hprof
Global/AL.gitignore
0 → 100644
浏览文件 @
c9e02960
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
*.code-workspace
# Local History for Visual Studio Code
.history/
*.app
.snapshots/*
Go.gitignore
浏览文件 @
c9e02960
...
@@ -13,3 +13,6 @@
...
@@ -13,3 +13,6 @@
# Dependency directories (remove the comment below to include it)
# Dependency directories (remove the comment below to include it)
# vendor/
# vendor/
# Go workspace file
go.work
Idris.gitignore
浏览文件 @
c9e02960
# Idris 2
*.ttc
*.ttm
# Idris 1
*.ibc
*.ibc
*.o
*.o
Java.gitignore
浏览文件 @
c9e02960
...
@@ -21,3 +21,4 @@
...
@@ -21,3 +21,4 @@
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
hs_err_pid*
replay_pid*
KiCad.gitignore
浏览文件 @
c9e02960
# For PCBs designed using KiCad: http
://www.kicad-pcb
.org/
# For PCBs designed using KiCad: http
s://www.kicad
.org/
# Format documentation: http
://kicad-pcb
.org/help/file-formats/
# Format documentation: http
s://kicad
.org/help/file-formats/
# Temporary files
# Temporary files
*.000
*.000
...
...
Node.gitignore
浏览文件 @
c9e02960
...
@@ -54,6 +54,9 @@ web_modules/
...
@@ -54,6 +54,9 @@ web_modules/
# Optional eslint cache
# Optional eslint cache
.eslintcache
.eslintcache
# Optional stylelint cache
.stylelintcache
# Microbundle cache
# Microbundle cache
.rpt2_cache/
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_cjs/
...
@@ -95,6 +98,10 @@ dist
...
@@ -95,6 +98,10 @@ dist
# vuepress build output
# vuepress build output
.vuepress/dist
.vuepress/dist
# vuepress v2.x temp and cache directory
.temp
.cache
# Serverless directories
# Serverless directories
.serverless/
.serverless/
...
...
Python.gitignore
浏览文件 @
c9e02960
...
@@ -136,3 +136,10 @@ dmypy.json
...
@@ -136,3 +136,10 @@ dmypy.json
# Cython debug symbols
# Cython debug symbols
cython_debug/
cython_debug/
# PyCharm
# JetBrains specific template is maintainted in a separate JetBrains.gitignore that can
# be found at https://github.com/github/gitignore/blob/master/Global/JetBrains.gitignore
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
R.gitignore
浏览文件 @
c9e02960
...
@@ -4,6 +4,7 @@
...
@@ -4,6 +4,7 @@
# Session Data files
# Session Data files
.RData
.RData
.RDataTmp
# User-specific files
# User-specific files
.Ruserdata
.Ruserdata
...
...
Rails.gitignore
浏览文件 @
c9e02960
...
@@ -27,7 +27,7 @@ config/master.key
...
@@ -27,7 +27,7 @@ config/master.key
# dotenv, dotenv-rails
# dotenv, dotenv-rails
# TODO Comment out these rules if environment variables can be committed
# TODO Comment out these rules if environment variables can be committed
.env
.env
.env
.*
.env
*.local
## Environment normalization:
## Environment normalization:
/.bundle
/.bundle
...
...
TeX.gitignore
浏览文件 @
c9e02960
...
@@ -111,6 +111,9 @@ acs-*.bib
...
@@ -111,6 +111,9 @@ acs-*.bib
*.glsdefs
*.glsdefs
*.lzo
*.lzo
*.lzs
*.lzs
*.slg
*.slo
*.sls
# uncomment this for glossaries-extra (will ignore makeindex's style files!)
# uncomment this for glossaries-extra (will ignore makeindex's style files!)
# *.ist
# *.ist
...
...
Unity.gitignore
浏览文件 @
c9e02960
...
@@ -14,6 +14,9 @@
...
@@ -14,6 +14,9 @@
# They also could contain extremely sensitive data
# They also could contain extremely sensitive data
/[Mm]emoryCaptures/
/[Mm]emoryCaptures/
# Recordings can get excessive in size
/[Rr]ecordings/
# Asset meta data should only be ignored when the corresponding asset is also ignored
# Asset meta data should only be ignored when the corresponding asset is also ignored
!/[Aa]ssets/**/*.meta
!/[Aa]ssets/**/*.meta
...
@@ -59,6 +62,7 @@ sysinfo.txt
...
@@ -59,6 +62,7 @@ sysinfo.txt
*.apk
*.apk
*.aab
*.aab
*.unitypackage
*.unitypackage
*.app
# Crashlytics generated file
# Crashlytics generated file
crashlytics-build.properties
crashlytics-build.properties
...
...
VisualStudio.gitignore
浏览文件 @
c9e02960
...
@@ -294,6 +294,17 @@ node_modules/
...
@@ -294,6 +294,17 @@ node_modules/
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
*.vbw
*.vbw
# Visual Studio 6 auto-generated project file (contains which files were open etc.)
*.vbp
# Visual Studio 6 workspace and project file (working project files containing files to include in project)
*.dsw
*.dsp
# Visual Studio 6 technical files
*.ncb
*.aps
# Visual Studio LightSwitch build output
# Visual Studio LightSwitch build output
**/*.HTMLClient/GeneratedArtifacts
**/*.HTMLClient/GeneratedArtifacts
**/*.DesktopClient/GeneratedArtifacts
**/*.DesktopClient/GeneratedArtifacts
...
@@ -381,5 +392,4 @@ FodyWeavers.xsd
...
@@ -381,5 +392,4 @@ FodyWeavers.xsd
*.msp
*.msp
# JetBrains Rider
# JetBrains Rider
.idea/
*.sln.iml
*.sln.iml
WordPress.gitignore
浏览文件 @
c9e02960
#
ignore everything in the root except the "wp-content" directory
.
#
Wordpress - ignore core, configuration, examples, uploads and logs
.
!wp-content/
# https://github.com/github/gitignore/blob/master/WordPress.gitignore
# ignore everything in the "wp-content" directory, except:
# Core
# "mu-plugins", "plugins", "themes" directory
#
wp-content/*
# Note: if you want to stage/commit WP core files
!wp-content/mu-plugins/
# you can delete this whole section/until Configuration.
!wp-content/plugins/
/wp-admin/
!wp-content/themes/
/wp-content/index.php
/wp-content/languages
/wp-content/plugins/index.php
/wp-content/themes/index.php
/wp-includes/
/index.php
/license.txt
/readme.html
/wp-*.php
/xmlrpc.php
#
ignore these plugins
#
Configuration
wp-con
tent/plugins/hello
.php
wp-con
fig
.php
#
ignore specific
themes
#
Example
themes
wp-content/themes/twenty*/
/
wp-content/themes/twenty*/
#
ignore node dependency directories
#
Example plugin
node_modules/
/wp-content/plugins/hello.php
# ignore log files and databases
# Uploads
/wp-content/uploads/
# Log files
*.log
*.log
*.sql
*.sqlite
# htaccess
/.htaccess
# All plugins
#
# Note: If you wish to whitelist plugins,
# uncomment the next line
#/wp-content/plugins
# All themes
#
# Note: If you wish to whitelist themes,
# uncomment the next line
#/wp-content/themes
\ No newline at end of file
community/Golang/Hugo.gitignore
浏览文件 @
c9e02960
...
@@ -6,3 +6,6 @@
...
@@ -6,3 +6,6 @@
hugo.exe
hugo.exe
hugo.darwin
hugo.darwin
hugo.linux
hugo.linux
# Temporary lock file while building
/.hugo_build.lock
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录