ms-rest-js/.gitignore

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

2017-09-13 19:42:16 +03:00
#### linux gitignore
2017-08-31 01:48:23 +03:00
2017-09-13 19:42:16 +03:00
*~
2017-08-31 01:48:23 +03:00
2017-09-13 19:42:16 +03:00
# KDE directory preferences
.directory
2017-08-31 01:48:23 +03:00
2017-09-13 19:42:16 +03:00
# Linux trash folder which might appear on any partition or disk
.Trash-*
2017-08-31 01:48:23 +03:00
2017-09-13 19:42:16 +03:00
/obj/*
/node_modules
.ntvs_analysis.dat
.ntvs_analysis.*
npm-debug.log
tmp/*
packages/*
*.njsperf
.vs/
bin/*
/.vscode/*
ValidationTool.njsproj
ValidationTool.sln
.vscode/launch.json
2017-08-31 01:48:23 +03:00
2017-09-13 19:42:16 +03:00
#### win gitignore
2017-08-31 01:48:23 +03:00
2017-09-13 19:42:16 +03:00
# Windows image file caches
Thumbs.db
ehthumbs.db
2017-08-31 01:48:23 +03:00
2017-09-13 19:42:16 +03:00
# Folder config file
Desktop.ini
2017-08-31 01:48:23 +03:00
2017-09-13 19:42:16 +03:00
# Recycle Bin used on file shares
$RECYCLE.BIN/
2017-08-31 01:48:23 +03:00
2017-09-13 19:42:16 +03:00
# Windows Installer files
*.cab
*.msi
*.msm
*.msp
2017-08-31 01:48:23 +03:00
2017-09-13 19:42:16 +03:00
# Windows shortcuts
*.lnk
2017-08-31 01:48:23 +03:00
2017-09-13 19:42:16 +03:00
#### osx gitignore
2017-08-31 01:48:23 +03:00
2017-09-13 19:42:16 +03:00
.DS_Store
.AppleDouble
.LSOverride
2017-08-31 01:48:23 +03:00
2017-09-13 19:42:16 +03:00
# Icon must end with two \r
Icon
2017-08-31 01:48:23 +03:00
2017-09-13 19:42:16 +03:00
# Thumbnails
._*
2017-08-31 01:48:23 +03:00
2017-09-13 19:42:16 +03:00
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
node_modules
#### JetBrains
.idea
# ignore code gen virtual env folder
SdkCodeGen
output/*
package-lock.json
2017-09-13 19:42:16 +03:00
# Typescript output
dist/
*.d.ts
*.d.ts.map
2018-04-11 01:04:47 +03:00
*.js
*.js.map
# Rollup
!rollup.config.js
*stats.html
2018-10-26 23:59:05 +03:00
*.log