ms-rest-azure-js/.gitignore

101 строка
1.2 KiB
Plaintext
Исходник Постоянная ссылка Обычный вид История

2017-09-13 22:30:50 +03:00
#### linux gitignore
2017-08-31 01:49:52 +03:00
2017-09-13 22:30:50 +03:00
*~
2017-08-31 01:49:52 +03:00
2017-09-13 22:30:50 +03:00
# KDE directory preferences
.directory
2017-08-31 01:49:52 +03:00
2017-09-13 22:30:50 +03:00
# Linux trash folder which might appear on any partition or disk
.Trash-*
2017-08-31 01:49:52 +03:00
2017-09-13 22:30:50 +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:49:52 +03:00
2017-09-13 22:30:50 +03:00
#### win gitignore
2017-08-31 01:49:52 +03:00
2017-09-13 22:30:50 +03:00
# Windows image file caches
Thumbs.db
ehthumbs.db
2017-08-31 01:49:52 +03:00
2017-09-13 22:30:50 +03:00
# Folder config file
Desktop.ini
2017-08-31 01:49:52 +03:00
2017-09-13 22:30:50 +03:00
# Recycle Bin used on file shares
$RECYCLE.BIN/
2017-08-31 01:49:52 +03:00
2017-09-13 22:30:50 +03:00
# Windows Installer files
*.cab
*.msi
*.msm
*.msp
2017-08-31 01:49:52 +03:00
2017-09-13 22:30:50 +03:00
# Windows shortcuts
*.lnk
2017-08-31 01:49:52 +03:00
2017-09-13 22:30:50 +03:00
#### osx gitignore
2017-08-31 01:49:52 +03:00
2017-09-13 22:30:50 +03:00
.DS_Store
.AppleDouble
.LSOverride
2017-08-31 01:49:52 +03:00
2017-09-13 22:30:50 +03:00
# Icon must end with two \r
Icon
2017-08-31 01:49:52 +03:00
2017-09-13 22:30:50 +03:00
# Thumbnails
._*
2017-08-31 01:49:52 +03:00
2017-09-13 22:30:50 +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
*.tgz
2017-09-13 22:30:50 +03:00
#### JetBrains
.idea
# ignore code gen virtual env folder
SdkCodeGen
output/*
package-lock.json
2017-09-13 22:30:50 +03:00
# Typescript output
.nyc_output/
coverage/
dist/
*.d.ts
*.d.ts.map
*.js
*.js.map
2018-12-14 22:48:16 +03:00
test-results.xml
# Rollup
!rollup.config.js
*-stats.html