Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jérome Perrin
gitlab-ce
Commits
38df702b
Commit
38df702b
authored
Nov 03, 2016
by
Alejandro Rodríguez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add and update .gitignore & .gitlab-ci.yml templates for 8.14
parent
d54f3a10
Changes
16
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
247 additions
and
140 deletions
+247
-140
vendor/gitignore/Android.gitignore
vendor/gitignore/Android.gitignore
+3
-0
vendor/gitignore/C.gitignore
vendor/gitignore/C.gitignore
+15
-0
vendor/gitignore/ExtJs.gitignore
vendor/gitignore/ExtJs.gitignore
+8
-0
vendor/gitignore/Global/JetBrains.gitignore
vendor/gitignore/Global/JetBrains.gitignore
+0
-3
vendor/gitignore/Global/macOS.gitignore
vendor/gitignore/Global/macOS.gitignore
+26
-26
vendor/gitignore/LICENSE
vendor/gitignore/LICENSE
+103
-108
vendor/gitignore/Laravel.gitignore
vendor/gitignore/Laravel.gitignore
+1
-0
vendor/gitignore/Nanoc.gitignore
vendor/gitignore/Nanoc.gitignore
+2
-2
vendor/gitignore/OpenCart.gitignore
vendor/gitignore/OpenCart.gitignore
+7
-0
vendor/gitignore/Python.gitignore
vendor/gitignore/Python.gitignore
+1
-1
vendor/gitignore/Rust.gitignore
vendor/gitignore/Rust.gitignore
+3
-0
vendor/gitignore/TeX.gitignore
vendor/gitignore/TeX.gitignore
+9
-0
vendor/gitignore/UnrealEngine.gitignore
vendor/gitignore/UnrealEngine.gitignore
+3
-0
vendor/gitignore/VisualStudio.gitignore
vendor/gitignore/VisualStudio.gitignore
+7
-0
vendor/gitlab-ci-yml/Clojure.gitlab-ci.yml
vendor/gitlab-ci-yml/Clojure.gitlab-ci.yml
+22
-0
vendor/gitlab-ci-yml/Crystal.gitlab-ci.yml
vendor/gitlab-ci-yml/Crystal.gitlab-ci.yml
+37
-0
No files found.
vendor/gitignore/Android.gitignore
View file @
38df702b
...
...
@@ -39,3 +39,6 @@ captures/
# Keystore files
*.jks
# External native build folder generated in Android Studio 2.2 and later
.externalNativeBuild
vendor/gitignore/C.gitignore
View file @
38df702b
...
...
@@ -7,6 +7,11 @@
*.obj
*.elf
# Linker output
*.ilk
*.map
*.exp
# Precompiled Headers
*.gch
*.pch
...
...
@@ -34,3 +39,13 @@
# Debug files
*.dSYM/
*.su
*.idb
*.pdb
# Kernel Module Compile Results
*.mod*
*.cmd
modules.order
Module.symvers
Mkfile.old
dkms.conf
vendor/gitignore/ExtJs.gitignore
View file @
38df702b
.architect
bootstrap.css
bootstrap.js
bootstrap.json
bootstrap.jsonp
build/
classic.json
classic.jsonp
ext/
modern.json
modern.jsonp
resources/sass/.sass-cache/
vendor/gitignore/Global/JetBrains.gitignore
View file @
38df702b
...
...
@@ -4,9 +4,6 @@
# User-specific stuff:
.idea/workspace.xml
.idea/tasks.xml
.idea/dictionaries
.idea/vcs.xml
.idea/jsLibraryMappings.xml
# Sensitive or high-churn files:
.idea/dataSources.ids
...
...
vendor/gitignore/Global/macOS.gitignore
View file @
38df702b
*.DS_Store
.AppleDouble
.LSOverride
# Icon must end with two \r
Icon
# Thumbnails
._*
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
*.DS_Store
.AppleDouble
.LSOverride
# Icon must end with two \r
Icon
# Thumbnails
._*
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
vendor/gitignore/LICENSE
View file @
38df702b
This diff is collapsed.
Click to expand it.
vendor/gitignore/Laravel.gitignore
View file @
38df702b
...
...
@@ -7,6 +7,7 @@ app/storage/
# Laravel 5 & Lumen specific
bootstrap/cache/
public/storage
.env.*.php
.env.php
.env
...
...
vendor/gitignore/Nanoc.gitignore
View file @
38df702b
# For projects using
n
anoc (http://nanoc.ws/)
# For projects using
N
anoc (http://nanoc.ws/)
# Default location for output
, needs to match output_dir's value found in config.yaml
# Default location for output
(needs to match output_dir's value found in nanoc.yaml)
output/
# Temporary file directory
...
...
vendor/gitignore/OpenCart.gitignore
View file @
38df702b
...
...
@@ -11,3 +11,10 @@ system/cache/
system/logs/
system/storage/
# vQmod log files
vqmod/logs/*
# vQmod cache files
vqmod/vqcache/*
vqmod/checked.cache
vqmod/mods.cache
vendor/gitignore/Python.gitignore
View file @
38df702b
...
...
@@ -66,7 +66,7 @@ docs/_build/
# PyBuilder
target/
#
IPython
Notebook
#
Jupyter
Notebook
.ipynb_checkpoints
# pyenv
...
...
vendor/gitignore/Rust.gitignore
View file @
38df702b
...
...
@@ -5,3 +5,6 @@
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here http://doc.crates.io/guide.html#cargotoml-vs-cargolock
Cargo.lock
# These are backup files generated by rustfmt
**/*.rs.bk
vendor/gitignore/TeX.gitignore
View file @
38df702b
...
...
@@ -61,6 +61,15 @@ acs-*.bib
# fixme
*.lox
# feynmf/feynmp
*.mf
*.mp
*.t[1-9]
*.t[1-9][0-9]
*.tfm
*.[1-9]
*.[1-9][0-9]
#(r)(e)ledmac/(r)(e)ledpar
*.end
*.?end
...
...
vendor/gitignore/UnrealEngine.gitignore
View file @
38df702b
# Visual Studio 2015 user specific files
.vs/
# Visual Studio 2015 database file
*.VC.db
# Compiled Object files
*.slo
*.lo
...
...
vendor/gitignore/VisualStudio.gitignore
View file @
38df702b
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
##
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
# User-specific files
*.suo
*.user
*.userosscache
*.sln.docstates
*.vcxproj.filters
# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs
...
...
@@ -44,6 +47,7 @@ dlldata.c
project.lock.json
project.fragment.lock.json
artifacts/
Properties/launchSettings.json
*_i.c
*_p.c
...
...
@@ -238,6 +242,9 @@ FakesAssemblies/
# Visual Studio 6 workspace options file
*.opt
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
*.vbw
# Visual Studio LightSwitch build output
**/*.HTMLClient/GeneratedArtifacts
**/*.DesktopClient/GeneratedArtifacts
...
...
vendor/gitlab-ci-yml/Clojure.gitlab-ci.yml
0 → 100644
View file @
38df702b
# Based on openjdk:8, already includes lein
image
:
clojure:lein-2.7.0
# If you need to configure a database, add a `services` section here
# See https://docs.gitlab.com/ce/ci/services/postgres.html
# Make sure you configure the connection as well
before_script
:
# If you need to install any external applications, like a
# postgres client, you may want to uncomment the line below:
#
#- apt-get update -y
#
# Retrieve project dependencies
# Do this on before_script since it'll be shared between both test and
# any production sections a user adds
-
lein deps
test
:
script
:
# If you need to run any migrations or configure the database, this
# would be the point to do it.
-
lein test
vendor/gitlab-ci-yml/Crystal.gitlab-ci.yml
0 → 100644
View file @
38df702b
# This file is a template, and might need editing before it works on your project.
# Official language image. Look for the different tagged releases at:
# https://hub.docker.com/r/crystallang/crystal/
image
:
"
crystallang/crystal:latest"
# Pick zero or more services to be used on all builds.
# Only needed when using a docker container to run your tests in.
# Check out: http://docs.gitlab.com/ce/ci/docker/using_docker_images.html#what-is-service
# services:
# - mysql:latest
# - redis:latest
# - postgres:latest
# variables:
# POSTGRES_DB: database_name
# Cache shards in between builds
cache
:
paths
:
-
libs
# This is a basic example for a shard or script which doesn't use
# services such as redis or postgres
before_script
:
-
apt-get update -qq && apt-get install -y -qq libxml2-dev
-
crystal -v
# Print out Crystal version for debugging
-
shards
# If you are using built-in Crystal Spec.
spec
:
script
:
-
crystal spec
# If you are using minitest.cr
minitest
:
script
:
-
crystal test/spec_test.cr
# change to the file(s) you execute for tests
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