2016-11-08 03:28:36 +03:00
|
|
|
#### linux gitignore
|
|
|
|
|
|
|
|
*~
|
|
|
|
|
|
|
|
# KDE directory preferences
|
|
|
|
.directory
|
|
|
|
|
|
|
|
# Linux trash folder which might appear on any partition or disk
|
|
|
|
.Trash-*
|
|
|
|
|
2016-11-14 09:45:04 +03:00
|
|
|
/obj/*
|
|
|
|
/node_modules
|
|
|
|
.ntvs_analysis.dat
|
|
|
|
.ntvs_analysis.*
|
|
|
|
npm-debug.log
|
|
|
|
tmp/*
|
|
|
|
packages/*
|
|
|
|
*.njsperf
|
|
|
|
.vs/
|
|
|
|
bin/*
|
2017-01-17 09:14:02 +03:00
|
|
|
/.vscode/*
|
|
|
|
ValidationTool.njsproj
|
|
|
|
ValidationTool.sln
|
2017-01-27 08:04:10 +03:00
|
|
|
.vscode/launch.json
|
2016-11-08 03:28:36 +03:00
|
|
|
|
|
|
|
#### win gitignore
|
|
|
|
|
|
|
|
# Windows image file caches
|
|
|
|
Thumbs.db
|
|
|
|
ehthumbs.db
|
|
|
|
|
|
|
|
# Folder config file
|
|
|
|
Desktop.ini
|
|
|
|
|
|
|
|
# Recycle Bin used on file shares
|
|
|
|
$RECYCLE.BIN/
|
|
|
|
|
|
|
|
# Windows Installer files
|
|
|
|
*.cab
|
|
|
|
*.msi
|
|
|
|
*.msm
|
|
|
|
*.msp
|
|
|
|
|
|
|
|
# Windows shortcuts
|
|
|
|
*.lnk
|
|
|
|
|
|
|
|
|
|
|
|
#### osx gitignore
|
|
|
|
|
|
|
|
.DS_Store
|
|
|
|
.AppleDouble
|
|
|
|
.LSOverride
|
|
|
|
|
|
|
|
# Icon must end with two \r
|
|
|
|
Icon
|
|
|
|
|
|
|
|
|
|
|
|
# Thumbnails
|
|
|
|
._*
|
|
|
|
|
|
|
|
# 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
|
2017-01-17 09:14:02 +03:00
|
|
|
|
|
|
|
output/*
|
2018-05-30 00:12:35 +03:00
|
|
|
*.js
|
2018-06-01 02:50:45 +03:00
|
|
|
dist/
|
2018-05-31 22:15:24 +03:00
|
|
|
*.tgz
|
|
|
|
*.js.map
|
|
|
|
coverage/
|
2018-11-02 01:59:56 +03:00
|
|
|
.nyc_output
|
2018-11-16 04:04:07 +03:00
|
|
|
test-results.xml
|
2021-03-24 11:48:10 +03:00
|
|
|
newman/
|
2021-09-30 06:27:59 +03:00
|
|
|
# fixtures/
|
|
|
|
lib/apiScenario/_testAKS.ts
|
2021-03-24 11:48:10 +03:00
|
|
|
snapshot.patch
|
2020-11-24 06:07:36 +03:00
|
|
|
.clinic/*
|
|
|
|
junit.xml
|
2022-06-22 11:14:13 +03:00
|
|
|
.apitest/
|
2021-06-10 06:35:16 +03:00
|
|
|
generated/
|
2021-03-24 11:48:10 +03:00
|
|
|
generated_collections/
|
|
|
|
env.json
|
|
|
|
generated_examples/
|
|
|
|
generated_reports/
|
|
|
|
generated_diff/
|
2023-12-14 02:46:55 +03:00
|
|
|
test/exampleGenerator/specification/
|
|
|
|
.autopull
|
|
|
|
|
2022-07-01 11:02:28 +03:00
|
|
|
|
|
|
|
# customized
|
|
|
|
.npmrc
|