Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitignore
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
general
gitignore
Commits
53e8b617
Unverified
Commit
53e8b617
authored
Jun 17, 2018
by
Brendan Forster
Committed by
GitHub
Jun 17, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into patch-1
parents
d6ec68fd
42223b35
Changes
15
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
54 additions
and
26 deletions
+54
-26
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
Eclipse.gitignore
Global/Eclipse.gitignore
+1
-1
JetBrains.gitignore
Global/JetBrains.gitignore
+2
-0
Matlab.gitignore
Global/Matlab.gitignore
+6
-6
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
No files found.
.github/PULL_REQUEST_TEMPLATE.md
View file @
53e8b617
...
@@ -2,10 +2,10 @@
...
@@ -2,10 +2,10 @@
_TODO_
_TODO_
**Links to documentation supporting these rule changes:**
**Links to documentation supporting these rule changes:**
_TODO_
_TODO_
If this is a new template:
If this is a new template:
-
**Link to application or project’s homepage**
: _TODO_
-
**Link to application or project’s homepage**
: _TODO_
CONTRIBUTING.md
View file @
53e8b617
...
@@ -6,17 +6,17 @@ high quality, we request that contributions adhere to the following guidelines.
...
@@ -6,17 +6,17 @@ high quality, we request that contributions adhere to the following guidelines.
-
**Provide a link to the application or project’s homepage**
. Unless it’s
-
**Provide a link to the application or project’s homepage**
. Unless it’s
extremely popular, there’s a chance the maintainers don’t know about or use
extremely popular, there’s a chance the maintainers don’t know about or use
the language, framework, editor, app, or project your change applies to.
the language, framework, editor, app, or project your change applies to.
-
**Provide links to documentation**
supporting the change you’re making.
-
**Provide links to documentation**
supporting the change you’re making.
Current, canonical documentation mentioning the files being ignored is best.
Current, canonical documentation mentioning the files being ignored is best.
If documentation isn’t available to support your change, do the best you can
If documentation isn’t available to support your change, do the best you can
to explain what the files being ignored are for.
to explain what the files being ignored are for.
-
**Explain why you’re making a change**
. Even if it seems self-evident, please
-
**Explain why you’re making a change**
. Even if it seems self-evident, please
take a sentence or two to tell us why your change or addition should happen.
take a sentence or two to tell us why your change or addition should happen.
It’s especially helpful to articulate why this change applies to
*everyone*
It’s especially helpful to articulate why this change applies to
*everyone*
who works with the applicable technology, rather than just you or your team.
who works with the applicable technology, rather than just you or your team.
-
**Please consider the scope of your change**
. If your change specific to a
-
**Please consider the scope of your change**
. If your change specific to a
certain language or framework, then make sure the change is made to the
certain language or framework, then make sure the change is made to the
template for that language or framework, rather than to the template for an
template for that language or framework, rather than to the template for an
...
...
Dart.gitignore
View file @
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
View file @
53e8b617
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
# Deployment Manager configuration file for your project. Added in Delphi XE2.
# Deployment Manager configuration file for your project. Added in Delphi XE2.
# Uncomment this if it is not mobile development and you do not use remote debug feature.
# Uncomment this if it is not mobile development and you do not use remote debug feature.
#*.deployproj
#*.deployproj
#
#
# C++ object files produced when C/C++ Output file generation is configured.
# C++ object files produced when C/C++ Output file generation is configured.
# Uncomment this if you are not using external objects (zlib library for example).
# Uncomment this if you are not using external objects (zlib library for example).
#*.obj
#*.obj
...
...
Global/Eclipse.gitignore
View file @
53e8b617
...
@@ -23,7 +23,7 @@ local.properties
...
@@ -23,7 +23,7 @@ local.properties
# CDT-specific (C/C++ Development Tooling)
# CDT-specific (C/C++ Development Tooling)
.cproject
.cproject
# CDT- autotools
# CDT- autotools
.autotools
.autotools
# Java annotation processor (APT)
# Java annotation processor (APT)
...
...
Global/JetBrains.gitignore
View file @
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
View file @
53e8b617
...
@@ -7,12 +7,12 @@
...
@@ -7,12 +7,12 @@
# Compiled MEX binaries (all platforms)
# Compiled MEX binaries (all platforms)
*.mex*
*.mex*
# Packaged app and toolbox files
# Packaged app and toolbox files
*.mlappinstall
*.mlappinstall
*.mltbx
*.mltbx
# Generated helpsearch folders
# Generated helpsearch folders
helpsearch*/
helpsearch*/
# Simulink code generation folders
# Simulink code generation folders
slprj/
slprj/
...
...
Global/SynopsysVCS.gitignore
View file @
53e8b617
...
@@ -4,8 +4,8 @@
...
@@ -4,8 +4,8 @@
*.evcd
*.evcd
*.fsdb
*.fsdb
# Default name of the simulation executable. A different name can be
# Default name of the simulation executable. A different name can be
# specified with this switch (the associated daidir database name is
# specified with this switch (the associated daidir database name is
# also taken from here): -o <path>/<filename>
# also taken from here): -o <path>/<filename>
simv
simv
...
@@ -13,7 +13,7 @@ simv
...
@@ -13,7 +13,7 @@ simv
simv.daidir/
simv.daidir/
simv.db.dir/
simv.db.dir/
# Infrastructure necessary to co-simulate SystemC models with
# Infrastructure necessary to co-simulate SystemC models with
# Verilog/VHDL models. An alternate directory may be specified with this
# Verilog/VHDL models. An alternate directory may be specified with this
# switch: -Mdir=<directory_path>
# switch: -Mdir=<directory_path>
csrc/
csrc/
...
@@ -22,7 +22,7 @@ csrc/
...
@@ -22,7 +22,7 @@ csrc/
# used to write all messages from simulation: -l <filename>
# used to write all messages from simulation: -l <filename>
*.log
*.log
# Coverage results (generated with urg) and database location. The
# Coverage results (generated with urg) and database location. The
# following switch can also be used: urg -dir <coverage_directory>.vdb
# following switch can also be used: urg -dir <coverage_directory>.vdb
simv.vdb/
simv.vdb/
urgReport/
urgReport/
...
...
LabVIEW.gitignore
View file @
53e8b617
...
@@ -14,3 +14,4 @@
...
@@ -14,3 +14,4 @@
# Metadata
# Metadata
*.aliases
*.aliases
*.lvlps
*.lvlps
.cache/
Node.gitignore
View file @
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
View file @
53e8b617
.sass-cache/
.sass-cache/
*.css.map
*.css.map
*.sass.map
*.scss.map
TeX.gitignore
View file @
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
View file @
53e8b617
#
Local .terraform directories
# Local .terraform directories
**/.terraform/*
**/.terraform/*
# .tfstate files
# .tfstate files
*.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
View file @
53e8b617
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
!**/App_Data/[Pp]ackages/*
!**/App_Data/[Pp]ackages/*
!**/[Uu]mbraco/[Dd]eveloper/[Pp]ackages/*
!**/[Uu]mbraco/[Dd]eveloper/[Pp]ackages/*
# ImageProcessor DiskCache
# ImageProcessor DiskCache
**/App_Data/cache/
**/App_Data/cache/
# Ignore the Models Builder models out of date flag
# Ignore the Models Builder models out of date flag
...
...
VisualStudio.gitignore
View file @
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
...
@@ -221,7 +220,7 @@ ClientBin/
...
@@ -221,7 +220,7 @@ ClientBin/
*.publishsettings
*.publishsettings
orleans.codegen.cs
orleans.codegen.cs
# Including strong name files can present a security risk
# Including strong name files can present a security risk
# (https://github.com/github/gitignore/pull/2483#issue-259490424)
# (https://github.com/github/gitignore/pull/2483#issue-259490424)
#*.snk
#*.snk
...
@@ -317,7 +316,7 @@ __pycache__/
...
@@ -317,7 +316,7 @@ __pycache__/
# OpenCover UI analysis results
# OpenCover UI analysis results
OpenCover/
OpenCover/
# Azure Stream Analytics local run output
# Azure Stream Analytics local run output
ASALocalRun/
ASALocalRun/
# MSBuild Binary and Structured Log
# MSBuild Binary and Structured Log
...
@@ -326,5 +325,5 @@ ASALocalRun/
...
@@ -326,5 +325,5 @@ ASALocalRun/
# NVidia Nsight GPU debugger configuration file
# NVidia Nsight GPU debugger configuration file
*.nvuser
*.nvuser
# MFractors (Xamarin productivity tool) working folder
# MFractors (Xamarin productivity tool) working folder
.mfractor/
.mfractor/
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment