TF-Marriage/.gitignore

224 lines
2.7 KiB
Plaintext
Raw Permalink Normal View History

2019-04-29 09:22:42 +00:00
## Custom
.idea/
2012-12-06 19:34:54 +00:00
#################
## Eclipse
#################
*.pydevproject
.project
.metadata
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
.classpath
.settings/
.loadpath
2015-07-07 23:56:16 +00:00
target/
*.class
2015-07-09 02:10:54 +00:00
*.iml
2016-02-23 12:12:17 +00:00
dependency-reduced-pom.xml
2012-12-06 19:34:54 +00:00
# External tool builders
.externalToolBuilders/
# Locally stored "Eclipse launch configurations"
*.launch
# CDT-specific
.cproject
# PDT-specific
.buildpath
#################
## Visual Studio
#################
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
# User-specific files
*.suo
*.user
*.sln.docstates
# Build results
2015-07-07 23:54:42 +00:00
2012-12-06 19:34:54 +00:00
[Dd]ebug/
[Rr]elease/
2015-07-07 23:54:42 +00:00
x64/
build/
[Bb]in/
[Oo]bj/
# MSTest test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*
2012-12-06 19:34:54 +00:00
*_i.c
*_p.c
*.ilk
*.meta
*.obj
*.pch
*.pdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
2015-07-07 23:54:42 +00:00
*.tmp_proj
*.log
2012-12-06 19:34:54 +00:00
*.vspscc
2015-07-07 23:54:42 +00:00
*.vssscc
2012-12-06 19:34:54 +00:00
.builds
2015-07-07 23:54:42 +00:00
*.pidb
*.log
*.scc
2012-12-06 19:34:54 +00:00
# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opensdf
*.sdf
2015-07-07 23:54:42 +00:00
*.cachefile
2012-12-06 19:34:54 +00:00
# Visual Studio profiler
*.psess
*.vsp
2015-07-07 23:54:42 +00:00
*.vspx
# Guidance Automation Toolkit
*.gpState
2012-12-06 19:34:54 +00:00
# ReSharper is a .NET coding add-in
2015-07-07 23:54:42 +00:00
_ReSharper*/
*.[Rr]e[Ss]harper
# TeamCity is a build add-in
_TeamCity*
# DotCover is a Code Coverage Tool
*.dotCover
# NCrunch
*.ncrunch*
.*crunch*.local.xml
2012-12-06 19:34:54 +00:00
# Installshield output folder
2015-07-07 23:54:42 +00:00
[Ee]xpress/
2012-12-06 19:34:54 +00:00
# DocProject is a documentation generator add-in
DocProject/buildhelp/
DocProject/Help/*.HxT
DocProject/Help/*.HxC
DocProject/Help/*.hhc
DocProject/Help/*.hhk
DocProject/Help/*.hhp
DocProject/Help/Html2
DocProject/Help/html
# Click-Once directory
2015-07-07 23:54:42 +00:00
publish/
# Publish Web Output
*.Publish.xml
*.pubxml
*.publishproj
# NuGet Packages Directory
## TODO: If you have NuGet Package Restore enabled, uncomment the next line
#packages/
# Windows Azure Build Output
csx
*.build.csdef
# Windows Store app package directory
AppPackages/
2012-12-06 19:34:54 +00:00
# Others
2015-07-07 23:54:42 +00:00
sql/
2012-12-06 19:34:54 +00:00
*.Cache
2015-07-07 23:54:42 +00:00
ClientBin/
[Ss]tyle[Cc]op.*
2012-12-06 19:34:54 +00:00
~$*
2015-07-07 23:54:42 +00:00
*~
2012-12-06 19:34:54 +00:00
*.dbmdl
2015-07-07 23:54:42 +00:00
*.[Pp]ublish.xml
*.pfx
*.publishsettings
# RIA/Silverlight projects
Generated_Code/
2012-12-06 19:34:54 +00:00
# Backup & report files from converting an old project file to a newer
# Visual Studio version. Backup files are not needed, because we have git ;-)
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
2015-07-07 23:54:42 +00:00
UpgradeLog*.htm
2012-12-06 19:34:54 +00:00
2015-07-07 23:54:42 +00:00
# SQL Server files
App_Data/*.mdf
App_Data/*.ldf
2012-12-06 19:34:54 +00:00
2015-07-07 23:54:42 +00:00
#############
## Windows detritus
#############
2012-12-06 19:34:54 +00:00
# Windows image file caches
Thumbs.db
2015-07-07 23:54:42 +00:00
ehthumbs.db
2012-12-06 19:34:54 +00:00
# Folder config file
Desktop.ini
2015-07-07 23:54:42 +00:00
# Recycle Bin used on file shares
$RECYCLE.BIN/
# Mac crap
.DS_Store
2012-12-06 19:34:54 +00:00
#############
## Python
#############
2015-07-07 23:54:42 +00:00
*.py[cod]
2012-12-06 19:34:54 +00:00
# Packages
*.egg
*.egg-info
2015-07-07 23:54:42 +00:00
dist/
build/
eggs/
parts/
var/
sdist/
develop-eggs/
2012-12-06 19:34:54 +00:00
.installed.cfg
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
#Translations
*.mo
#Mr Developer
.mr.developer.cfg