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
326dc281
Commit
326dc281
authored
Oct 04, 2016
by
Arvid Gerstmann
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into HEAD
parents
1ca4b201
4cefae5d
Changes
10
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
33 additions
and
4 deletions
+33
-4
Android.gitignore
Android.gitignore
+3
-0
C.gitignore
C.gitignore
+8
-0
Erlang.gitignore
Erlang.gitignore
+1
-1
Ansible.gitignore
Global/Ansible.gitignore
+1
-0
JetBrains.gitignore
Global/JetBrains.gitignore
+0
-3
Linux.gitignore
Global/Linux.gitignore
+3
-0
Go.gitignore
Go.gitignore
+3
-0
Node.gitignore
Node.gitignore
+3
-0
Rust.gitignore
Rust.gitignore
+3
-0
VisualStudio.gitignore
VisualStudio.gitignore
+8
-0
No files found.
Android.gitignore
View file @
326dc281
...
@@ -39,3 +39,6 @@ captures/
...
@@ -39,3 +39,6 @@ captures/
# Keystore files
# Keystore files
*.jks
*.jks
# External native build folder generated in Android Studio 2.2 and later
.externalNativeBuild
C.gitignore
View file @
326dc281
...
@@ -41,3 +41,11 @@
...
@@ -41,3 +41,11 @@
*.su
*.su
*.idb
*.idb
*.pdb
*.pdb
# Kernel Module Compile Results
*.mod*
*.cmd
modules.order
Module.symvers
Mkfile.old
dkms.conf
Erlang.gitignore
View file @
326dc281
...
@@ -4,7 +4,7 @@ deps
...
@@ -4,7 +4,7 @@ deps
*.beam
*.beam
*.plt
*.plt
erl_crash.dump
erl_crash.dump
ebin
ebin
/*.beam
rel/example_project
rel/example_project
.concrete/DEV_MODE
.concrete/DEV_MODE
.rebar
.rebar
Global/Ansible.gitignore
0 → 100644
View file @
326dc281
*.retry
Global/JetBrains.gitignore
View file @
326dc281
...
@@ -4,9 +4,6 @@
...
@@ -4,9 +4,6 @@
# User-specific stuff:
# User-specific stuff:
.idea/workspace.xml
.idea/workspace.xml
.idea/tasks.xml
.idea/tasks.xml
.idea/dictionaries
.idea/vcs.xml
.idea/jsLibraryMappings.xml
# Sensitive or high-churn files:
# Sensitive or high-churn files:
.idea/dataSources.ids
.idea/dataSources.ids
...
...
Global/Linux.gitignore
View file @
326dc281
...
@@ -8,3 +8,6 @@
...
@@ -8,3 +8,6 @@
# Linux trash folder which might appear on any partition or disk
# Linux trash folder which might appear on any partition or disk
.Trash-*
.Trash-*
# .nfs files are created when an open file is removed but is still being accessed
.nfs*
Go.gitignore
View file @
326dc281
...
@@ -25,3 +25,6 @@ _testmain.go
...
@@ -25,3 +25,6 @@ _testmain.go
# Output of the go coverage tool, specifically when used with LiteIDE
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
*.out
# external packages folder
vendor/
Node.gitignore
View file @
326dc281
...
@@ -39,3 +39,6 @@ jspm_packages
...
@@ -39,3 +39,6 @@ jspm_packages
# Optional REPL history
# Optional REPL history
.node_repl_history
.node_repl_history
# Output of 'npm pack'
*.tgz
Rust.gitignore
View file @
326dc281
...
@@ -5,3 +5,6 @@
...
@@ -5,3 +5,6 @@
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# 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
# More information here http://doc.crates.io/guide.html#cargotoml-vs-cargolock
Cargo.lock
Cargo.lock
# These are backup files generated by rustfmt
**/*.rs.bk
VisualStudio.gitignore
View file @
326dc281
...
@@ -110,6 +110,10 @@ _TeamCity*
...
@@ -110,6 +110,10 @@ _TeamCity*
# DotCover is a Code Coverage Tool
# DotCover is a Code Coverage Tool
*.dotCover
*.dotCover
# Visual Studio code coverage results
*.coverage
*.coveragexml
# NCrunch
# NCrunch
_NCrunch_*
_NCrunch_*
.*crunch*.local.xml
.*crunch*.local.xml
...
@@ -189,6 +193,7 @@ ClientBin/
...
@@ -189,6 +193,7 @@ ClientBin/
*~
*~
*.dbmdl
*.dbmdl
*.dbproj.schemaview
*.dbproj.schemaview
*.jfm
*.pfx
*.pfx
*.publishsettings
*.publishsettings
node_modules/
node_modules/
...
@@ -258,3 +263,6 @@ paket-files/
...
@@ -258,3 +263,6 @@ paket-files/
# Python Tools for Visual Studio (PTVS)
# Python Tools for Visual Studio (PTVS)
__pycache__/
__pycache__/
*.pyc
*.pyc
# Cake - Uncomment if you are using it
# tools/
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