autorest/.gitignore

246 строки
3.0 KiB
Plaintext
Исходник Обычный вид История

## Ignore generated code
AutoRest/NugetPackageTest/Generated
AutoRest/Generators/NodeJS/NodeJS.Tests/AcceptanceTests/*.js
## Ignore user-specific files, temporary files, build results, etc.
AutoRest/**/Templates/*.cs
2015-02-21 03:32:44 +03:00
# User-specific files
*.suo
*.user
*.sln.docstates
.vs
2015-02-21 03:32:44 +03:00
developer/
# Build results
binaries/
[Dd]ebug*/
[Rr]elease/
2015-02-28 11:06:08 +03:00
[Tt]est[Rr]esult*
2015-02-21 03:32:44 +03:00
[Bb]uild[Ll]og.*
2015-02-28 11:06:08 +03:00
[Bb]uild.out
2015-02-21 03:32:44 +03:00
*_i.c
*_p.c
*.ilk
*.meta
*.obj
*.pch
*.pdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
*.vspscc
*.vssscc
.builds
*.pidb
*.log*
2015-02-21 03:32:44 +03:00
*.scc
# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opensdf
*.sdf
# Visual Studio profiler
*.psess
*.vsp
# Code analysis
*.CodeAnalysisLog.xml
# Guidance Automation Toolkit
*.gpState
2015-02-28 11:06:08 +03:00
# ReSharper is a Visual Studio add-in
2015-02-21 03:32:44 +03:00
_ReSharper*/
*.[Rr]e[Ss]harper
# NCrunch
*.ncrunch*
.*crunch*.local.xml
# Installshield output folder
[Ee]xpress
# 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
publish
# Publish Web Output
2015-02-28 11:06:08 +03:00
*.[Pp]ublish.xml
2015-02-21 03:32:44 +03:00
# Others
[Bb]in
[Oo]bj
sql
*.Cache
ClientBin
[Ss]tyle[Cc]op.*
~$*
*.dbmdl
# Build tasks
2015-07-03 03:24:56 +03:00
[Tt]ools/*.dll
2015-04-09 01:02:32 +03:00
*.class
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.ear
# Azure Tooling #
node_modules
2015-06-22 22:28:10 +03:00
.ntvs_analysis.dat
2015-04-09 01:02:32 +03:00
# Eclipse #
*.pydevproject
.project
.metadata
bin/**
tmp/**
tmp/**/*
*.bak
*.swp
*~.nib
local.properties
.classpath
.settings/
.loadpath
2015-06-27 10:10:55 +03:00
# Xamarin #
*.userprefs
2015-04-09 01:02:32 +03:00
# Other Tooling #
.classpath
.project
target
2015-07-31 04:16:58 +03:00
build
2015-12-02 00:58:10 +03:00
reports
2015-07-31 04:16:58 +03:00
.gradle
2015-04-09 01:02:32 +03:00
.idea
*.iml
2015-02-21 03:32:44 +03:00
# Sensitive files
*.keys
*.pfx
2015-02-28 11:06:08 +03:00
*.cer
2015-04-09 01:02:32 +03:00
*.pem
*.jks
2015-02-21 03:32:44 +03:00
# Backup & report files from converting a project to a new version of VS.
2015-02-21 03:32:44 +03:00
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
# NuGet
packages
2015-04-09 01:02:32 +03:00
# Mac OS #
2015-02-21 03:32:44 +03:00
.DS_Store
2015-04-09 01:02:32 +03:00
.DS_Store?
# Windows #
Thumbs.db
2015-02-21 03:32:44 +03:00
# Mono
*dll.mdb
*exe.mdb
#old nuget restore folder
.nuget/
AutoRest/Generators/Ruby/*Tests/Gemfile.lock
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*,cover
# Translations
*.mo
*.pot
# Django stuff:
*.log
# Sphinx documentation
docs/_build/
# PyBuilder
target/
ClientRuntimes/Python/Python35-64-ENV/pip-selfcheck.json
ClientRuntimes/Python/Python35-64-ENV/pyvenv.cfg
ClientRuntimes/Python/Python35-64-ENV/Scripts/activate.bat
ClientRuntimes/Python/Python35-64-ENV/Scripts/Activate.ps1
ClientRuntimes/Python/Python35-64-ENV/Scripts/deactivate.bat
*.pyc
2015-09-10 23:29:28 +03:00
#dnx installation
dnx-clr-win-x86*/
dnx-coreclr-win-x86*/
*.lock.json
/dnx