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
Show 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
CONTRIBUTING.md
View file @
53e8b617
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
Global/Eclipse.gitignore
View file @
53e8b617
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
Global/SynopsysVCS.gitignore
View file @
53e8b617
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
...
@@ -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
View file @
53e8b617
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
...
...
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