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
dd83dbdf
Commit
dd83dbdf
authored
Jan 18, 2016
by
Brendan Forster
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into update-license
parents
382c3e08
e4c0ed3c
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
37 additions
and
12 deletions
+37
-12
Eclipse.gitignore
Global/Eclipse.gitignore
+6
-4
Linux.gitignore
Global/Linux.gitignore
+3
-0
VirtualEnv.gitignore
Global/VirtualEnv.gitignore
+1
-0
Joomla.gitignore
Joomla.gitignore
+1
-1
Node.gitignore
Node.gitignore
+0
-1
Python.gitignore
Python.gitignore
+3
-0
Swift.gitignore
Swift.gitignore
+4
-0
TeX.gitignore
TeX.gitignore
+10
-2
VisualStudio.gitignore
VisualStudio.gitignore
+9
-4
No files found.
Global/Eclipse.gitignore
View file @
dd83dbdf
*.pydevproject
.metadata
.metadata
.gradle
bin/
bin/
tmp/
tmp/
*.tmp
*.tmp
...
@@ -20,7 +19,10 @@ local.properties
...
@@ -20,7 +19,10 @@ local.properties
# Locally stored "Eclipse launch configurations"
# Locally stored "Eclipse launch configurations"
*.launch
*.launch
# CDT-specific
# PyDev specific (Python IDE for Eclipse)
*.pydevproject
# CDT-specific (C/C++ Development Tooling)
.cproject
.cproject
# JDT-specific (Eclipse Java Development Tools)
# JDT-specific (Eclipse Java Development Tools)
...
@@ -29,7 +31,7 @@ local.properties
...
@@ -29,7 +31,7 @@ local.properties
# Java annotation processor (APT)
# Java annotation processor (APT)
.factorypath
.factorypath
# PDT-specific
# PDT-specific
(PHP Development Tools)
.buildpath
.buildpath
# sbteclipse plugin
# sbteclipse plugin
...
...
Global/Linux.gitignore
View file @
dd83dbdf
*~
*~
# temporary files which can be created if a process still has a handle open of a deleted file
.fuse_hidden*
# KDE directory preferences
# KDE directory preferences
.directory
.directory
...
...
Global/VirtualEnv.gitignore
View file @
dd83dbdf
...
@@ -4,6 +4,7 @@
...
@@ -4,6 +4,7 @@
[Bb]in
[Bb]in
[Ii]nclude
[Ii]nclude
[Ll]ib
[Ll]ib
[Ll]ib64
[Ll]ocal
[Ll]ocal
[Ss]cripts
[Ss]cripts
pyvenv.cfg
pyvenv.cfg
...
...
Joomla.gitignore
View file @
dd83dbdf
...
@@ -543,4 +543,4 @@
...
@@ -543,4 +543,4 @@
/index.php
/index.php
/joomla.xml
/joomla.xml
/*.txt
/*.txt
/robots.txt.dist
/robots.txt.dist
\ No newline at end of file
Node.gitignore
View file @
dd83dbdf
...
@@ -24,7 +24,6 @@ coverage
...
@@ -24,7 +24,6 @@ coverage
build/Release
build/Release
# Dependency directory
# Dependency directory
# https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git
node_modules
node_modules
# Optional npm cache directory
# Optional npm cache directory
...
...
Python.gitignore
View file @
dd83dbdf
...
@@ -57,3 +57,6 @@ docs/_build/
...
@@ -57,3 +57,6 @@ docs/_build/
# PyBuilder
# PyBuilder
target/
target/
#Ipython Notebook
.ipynb_checkpoints
Swift.gitignore
View file @
dd83dbdf
...
@@ -27,6 +27,10 @@ xcuserdata
...
@@ -27,6 +27,10 @@ xcuserdata
*.hmap
*.hmap
*.ipa
*.ipa
## Playgrounds
timeline.xctimeline
playground.xcworkspace
# Swift Package Manager
# Swift Package Manager
#
#
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
...
...
TeX.gitignore
View file @
dd83dbdf
...
@@ -6,6 +6,7 @@
...
@@ -6,6 +6,7 @@
*.fls
*.fls
*.out
*.out
*.toc
*.toc
*.fmt
## Intermediate documents:
## Intermediate documents:
*.dvi
*.dvi
...
@@ -32,8 +33,6 @@
...
@@ -32,8 +33,6 @@
*.pdfsync
*.pdfsync
## Auxiliary and intermediate files from other packages:
## Auxiliary and intermediate files from other packages:
# algorithms
# algorithms
*.alg
*.alg
*.loa
*.loa
...
@@ -49,6 +48,9 @@ acs-*.bib
...
@@ -49,6 +48,9 @@ acs-*.bib
*.snm
*.snm
*.vrb
*.vrb
# cprotect
*.cpt
#(e)ledmac/(e)ledpar
#(e)ledmac/(e)ledpar
*.end
*.end
*.[1-9]
*.[1-9]
...
@@ -142,6 +144,9 @@ pythontex-files-*/
...
@@ -142,6 +144,9 @@ pythontex-files-*/
# xindy
# xindy
*.xdy
*.xdy
# xypic precompiled matrices
*.xyc
# WinEdt
# WinEdt
*.bak
*.bak
*.sav
*.sav
...
@@ -149,3 +154,6 @@ pythontex-files-*/
...
@@ -149,3 +154,6 @@ pythontex-files-*/
# endfloat
# endfloat
*.ttt
*.ttt
*.fff
*.fff
# Latexian
TSWLatexianTemp*
VisualStudio.gitignore
View file @
dd83dbdf
...
@@ -17,7 +17,6 @@
...
@@ -17,7 +17,6 @@
[Rr]eleases/
[Rr]eleases/
x64/
x64/
x86/
x86/
build/
bld/
bld/
[Bb]in/
[Bb]in/
[Oo]bj/
[Oo]bj/
...
@@ -151,17 +150,24 @@ publish/
...
@@ -151,17 +150,24 @@ publish/
!**/packages/build/
!**/packages/build/
# Uncomment if necessary however generally it will be regenerated when needed
# Uncomment if necessary however generally it will be regenerated when needed
#!**/packages/repositories.config
#!**/packages/repositories.config
# NuGet v3's project.json files produces more ignoreable files
*.nuget.props
*.nuget.targets
#
Windows
Azure Build Output
#
Microsoft
Azure Build Output
csx/
csx/
*.build.csdef
*.build.csdef
#
Windows
Azure Emulator
#
Microsoft
Azure Emulator
ecf/
ecf/
rcf/
rcf/
# Microsoft Azure ApplicationInsights config file
ApplicationInsights.config
# Windows Store app package directory
# Windows Store app package directory
AppPackages/
AppPackages/
BundleArtifacts/
# Visual Studio cache files
# Visual Studio cache files
# files ending in .cache can be ignored
# files ending in .cache can be ignored
...
@@ -171,7 +177,6 @@ AppPackages/
...
@@ -171,7 +177,6 @@ AppPackages/
# Others
# Others
ClientBin/
ClientBin/
[Ss]tyle[Cc]op.*
~$*
~$*
*~
*~
*.dbmdl
*.dbmdl
...
...
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